Fix the logic to enable focus awareness
This commit is contained in:
parent
27378524f2
commit
2d53b8173e
2 changed files with 6 additions and 4 deletions
|
|
@ -45,8 +45,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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue