You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add support for focus awareness
This commit is contained in:
@@ -45,6 +45,9 @@
|
||||
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" />
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
||||
Reference in New Issue
Block a user