Enable hand tracking 2.0 in AndroidManifest.xml;

This commit is contained in:
bjorn 2022-09-02 18:53:31 -07:00
parent 8697466009
commit 688c698808
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<application android:allowBackup="false" android:label="LÖVR" android:extractNativeLibs="false" android:debuggable="true">
<meta-data android:name="com.samsung.android.vr.application.mode" android:value="vr_only"/>
<meta-data android:name="com.oculus.supportedDevices" android:value="quest|quest2"/>
<meta-data android:name="com.oculus.handtracking.version" android:value="V2.0"/>
<activity android:name="Activity" android:launchMode="singleTask" android:screenOrientation="landscape" android:excludeFromRecents="true">
<meta-data android:name="android.app.lib_name" android:value="lovr"/>
<meta-data android:name="com.oculus.vr.focusaware" android:value="true"/>