Skip to content

Commit 2ee5a18

Browse files
committed
Merge pull request #110465 from m4gr3d/add_quest3s_supported_device
Add `quest3s` to the list of supported devices
2 parents adb2ec0 + 35c87ae commit 2ee5a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/android/java/editor/src/horizonos/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<!-- Supported Meta devices -->
7777
<meta-data
7878
android:name="com.oculus.supportedDevices"
79-
android:value="quest2|quest3|questpro"
79+
android:value="quest2|quest3|questpro|quest3s"
8080
tools:replace="android:value" />
8181

8282
<!-- Enable system splash screen -->

0 commit comments

Comments
 (0)