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

Commit 55dfe27

Browse files
authored
Oculus 6dof manifest (#1310)
* Add separate Oculus 6DOF build target * Add separate Add separate Oculus 6DOF build target, also in release mode.
1 parent d3621e2 commit 55dfe27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/oculusvrArmRelease/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
package="org.mozilla.vrbrowser"
55
android:installLocation="auto">
66
<uses-feature android:glEsVersion="0x00030001"/>
7-
<uses-feature android:name="android.hardware.vr.headtracking" android:version="1" android:required="true" />
7+
<uses-feature android:name="android.hardware.vr.headtracking" android:version="1" android:required="${headtrackingRequired}" />
88
<application
99
android:name=".VRBrowserApplication"
1010
android:allowBackup="true"

0 commit comments

Comments
 (0)