Skip to content

Commit

Permalink
Merge pull request #76 from lvonasek/lvonasek-patch-1
Browse files Browse the repository at this point in the history
OpenXR - Support for Meta HorizonOS V66+
  • Loading branch information
brunodev85 authored Aug 2, 2024
2 parents eed37d6 + 1935057 commit c96084d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<uses-feature
android:name="com.oculus.feature.PASSTHROUGH"
android:required="false" />
<uses-feature
android:name="oculus.software.handtracking"
android:required="false" />
<uses-feature
android:name="oculus.software.overlay_keyboard"
android:required="false" />
Expand Down Expand Up @@ -56,6 +59,7 @@
android:process=":vr_process"
android:theme="@style/AppThemeFullscreen">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="com.oculus.intent.category.VR" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
Expand Down

0 comments on commit c96084d

Please sign in to comment.