mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix the logic to enable focus awareness
This commit is contained in:
@@ -52,8 +52,8 @@
|
||||
android:resizeableActivity="false"
|
||||
tools:ignore="UnusedAttribute" >
|
||||
|
||||
<!-- Focus awareness metadata populated at export time if the user enables it in the 'Xr Features' section. -->
|
||||
<meta-data android:name="com.oculus.vr.focusaware" android:value="oculus_focus_aware_value" />
|
||||
<!-- 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" />
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
Reference in New Issue
Block a user