Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit afa52ff

Browse files
bluemarvinkeianhzo
authored andcommitted
Disable tracking requirement on Quest Store build. Fixes #2551 (#2589)
1 parent 3bddc68 commit afa52ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ android {
154154
arguments "-DVR_SDK_LIB=oculusvr-lib", "-DVR_SDK_EXTRA_LIB=ovrplatform-lib", "-DOCULUSVR=ON"
155155
}
156156
}
157-
manifestPlaceholders = [ headtrackingRequired:"true", permissionToRemove:"android.permission.RECEIVE_BOOT_COMPLETED" ]
157+
manifestPlaceholders = [ headtrackingRequired:"false", permissionToRemove:"android.permission.RECEIVE_BOOT_COMPLETED" ]
158158
}
159159

160160
oculusvr3dofStore {

0 commit comments

Comments
 (0)