Fix VR view in latest QuestOS

This commit is contained in:
Fermin 2024-08-23 23:48:05 +02:00
parent fca3a62b1a
commit 1dee82b6a2

View file

@ -130,6 +130,7 @@
android:screenOrientation="landscape"
android:theme="@style/VRTheme">
<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>