Merge pull request #52159 from m4gr3d/addoculus_openxr_

Update the AndroidManifest to enable access to Oculus OpenXR runtime
This commit is contained in:
Fredia Huya-Kouadio
2021-09-01 21:09:28 -07:00
committed by GitHub
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>