also the newest info on the manifest no longer has the delmar entry but quest2 so changing this as well ( both seem to work fine ). https://github.com/DrBeef/QuakeQuest/issues/33

This commit is contained in:
Ammar Qammaz 2020-12-08 02:34:11 +02:00
parent 3e3443b3c3
commit bd0ba9872e

View file

@ -18,7 +18,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<application android:allowBackup="false" android:icon="@drawable/ic_qquest" android:label="@string/quakequest">
<meta-data android:name="com.samsung.android.vr.application.mode" android:value="vr_only"/>
<meta-data android:name="com.oculus.supportedDevices" android:value="quest|delmar"/>
<meta-data android:name="com.oculus.supportedDevices" android:value="quest|quest2"/>
<!-- The activity is the built-in NativeActivity framework class. -->
<!-- launchMode is set to singleTask because there should never be multiple copies of the app running. -->
<!-- Theme.Black.NoTitleBar.Fullscreen gives solid black instead of a (bad stereoscopic) gradient on app transition. -->