mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Update Oculus vr configs and add support for accessing Oculus OpenXR runtime
This commit is contained in:
@@ -53,12 +53,16 @@
|
||||
android:resizeableActivity="false"
|
||||
tools:ignore="UnusedAttribute" >
|
||||
|
||||
<!-- Focus awareness metadata is updated at export time if the user enables it in the 'Xr Features' section. -->
|
||||
<meta-data android:name="com.oculus.vr.focusaware" android:value="false" />
|
||||
<!-- Focus awareness metadata is removed at export time if the xr mode is not VR. -->
|
||||
<meta-data android:name="com.oculus.vr.focusaware" android:value="true" />
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user