We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eed37d6 + 1935057 commit c96084dCopy full SHA for c96084d
app/src/main/AndroidManifest.xml
@@ -9,6 +9,9 @@
9
<uses-feature
10
android:name="com.oculus.feature.PASSTHROUGH"
11
android:required="false" />
12
+ <uses-feature
13
+ android:name="oculus.software.handtracking"
14
+ android:required="false" />
15
16
android:name="oculus.software.overlay_keyboard"
17
@@ -56,6 +59,7 @@
56
59
android:process=":vr_process"
57
60
android:theme="@style/AppThemeFullscreen">
58
61
<intent-filter>
62
+ <action android:name="android.intent.action.VIEW" />
63
<category android:name="com.oculus.intent.category.VR" />
64
<category android:name="android.intent.category.LAUNCHER" />
65
</intent-filter>
0 commit comments