Skip to content

Commit

Permalink
OpenXR - Support for Meta HorizonOS V66+
Browse files Browse the repository at this point in the history
  • Loading branch information
lvonasek authored Aug 2, 2024
1 parent eed37d6 commit 1935057
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 1935057

Please sign in to comment.