Fix the logic to enable focus awareness

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

View File

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