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

Commit

Permalink
Oculus 6dof manifest (#1310)
Browse files Browse the repository at this point in the history
* Add separate Oculus 6DOF build target

* Add separate Add separate Oculus 6DOF build target, also in release mode.
  • Loading branch information
philip-lamb authored Jun 11, 2019
1 parent d3621e2 commit 55dfe27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/oculusvrArmRelease/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package="org.mozilla.vrbrowser"
android:installLocation="auto">
<uses-feature android:glEsVersion="0x00030001"/>
<uses-feature android:name="android.hardware.vr.headtracking" android:version="1" android:required="true" />
<uses-feature android:name="android.hardware.vr.headtracking" android:version="1" android:required="${headtrackingRequired}" />
<application
android:name=".VRBrowserApplication"
android:allowBackup="true"
Expand Down

0 comments on commit 55dfe27

Please sign in to comment.