Skip to content

Commit c96084d

Browse files
authored
Merge pull request #76 from lvonasek/lvonasek-patch-1
OpenXR - Support for Meta HorizonOS V66+
2 parents eed37d6 + 1935057 commit c96084d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/AndroidManifest.xml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<uses-feature
1010
android:name="com.oculus.feature.PASSTHROUGH"
1111
android:required="false" />
12+
<uses-feature
13+
android:name="oculus.software.handtracking"
14+
android:required="false" />
1215
<uses-feature
1316
android:name="oculus.software.overlay_keyboard"
1417
android:required="false" />
@@ -56,6 +59,7 @@
5659
android:process=":vr_process"
5760
android:theme="@style/AppThemeFullscreen">
5861
<intent-filter>
62+
<action android:name="android.intent.action.VIEW" />
5963
<category android:name="com.oculus.intent.category.VR" />
6064
<category android:name="android.intent.category.LAUNCHER" />
6165
</intent-filter>

0 commit comments

Comments
 (0)