OpenXR - Support for Meta HorizonOS V66+

This commit is contained in:
Luboš V. 2024-08-02 07:32:11 +02:00 committed by GitHub
parent eed37d6804
commit 1935057966
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" />
@ -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>