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

Commit 4281b6c

Browse files
MortimerGorophilip-lamb
authored andcommitted
Fix manifest for Oculus Store submission (#1252)
1 parent 09fcce8 commit 4281b6c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/src/oculusvrArmDebug/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.mozilla.vrbrowser">
33
<uses-feature android:glEsVersion="0x00030001"/>
4+
<uses-feature android:name="android.hardware.vr.headtracking" android:version="1" android:required="true" />
45
<application>
56
<meta-data android:name="com.samsung.android.vr.application.mode" android:value="vr_only"/>
67
<activity android:name=".VRBrowserActivity" android:screenOrientation="landscape">

app/src/oculusvrArmRelease/AndroidManifest.xml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
xmlns:tools="http://schemas.android.com/tools"
44
package="org.mozilla.vrbrowser"
55
android:installLocation="auto">
6+
<uses-feature android:glEsVersion="0x00030001"/>
7+
<uses-feature android:name="android.hardware.vr.headtracking" android:version="1" android:required="true" />
68
<application
79
android:name=".VRBrowserApplication"
810
android:allowBackup="true"

0 commit comments

Comments
 (0)