mirror of
https://github.com/brunodev85/winlator.git
synced 2024-11-22 20:59:40 +00:00
OpenXR - Support for Meta HorizonOS V66+
This commit is contained in:
parent
eed37d6804
commit
1935057966
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user