mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 01:21:26 +00:00
Add support for focus awareness
This commit is contained in:
parent
ed1fc50bb9
commit
d1e4cede90
2 changed files with 35 additions and 0 deletions
|
|
@ -52,6 +52,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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue