Update the AndroidManifest to enable access to Oculus OpenXR runtime.

This commit is contained in:
ne0fhyk
2021-08-27 10:36:29 -07:00
parent 90a35dac48
commit 9f4aa1f5ad
3 changed files with 14 additions and 1 deletions

View File

@@ -49,6 +49,10 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<!-- Enable access to OpenXR on Oculus mobile devices, no-op on other Android
platforms. -->
<category android:name="com.oculus.intent.category.VR" />
</intent-filter>
</activity>