Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Update com.oculus.supportedDevices meta-data tag
Browse files Browse the repository at this point in the history
Update the value to `all` to match the version in the Godot Engine.
  • Loading branch information
m4gr3d authored Jan 26, 2022
1 parent eadb1ff commit b2eb591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
android:name="org.godotengine.plugin.v1.OVRMobile"
android:value="org.godotengine.plugin.vr.oculus.mobile.OvrMobilePlugin" />

<!-- List of Supported Devices. "delmar" is the codename for Quest 2. -->
<!-- List of Supported Devices. -->
<meta-data
android:name="com.oculus.supportedDevices"
android:value="quest|delmar"
android:value="all"
tools:node="replace" />

<!-- Enable Android views rendering. -->
Expand Down

0 comments on commit b2eb591

Please sign in to comment.