Fix the logic to enable focus awareness

This commit is contained in:
Fredia Huya-Kouadio
2020-06-27 16:40:22 -07:00
parent 27378524f2
commit 2d53b8173e
2 changed files with 6 additions and 4 deletions

View File

@@ -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" />