Skip to content

Commit

Permalink
Remove deprecated meta-data tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d committed Jan 27, 2022
1 parent e4af8c7 commit 08eb59a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
5 changes: 0 additions & 5 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@

<application>

<meta-data
android:name="com.samsung.android.vr.application.mode"
android:value="vr_only"
tools:node="replace" />

<meta-data
android:name="org.godotengine.plugin.v1.OpenXR"
android:value="org.godotengine.plugin.vr.openxr.OpenXRPlugin" />
Expand Down
4 changes: 0 additions & 4 deletions android_samples/demo/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true">

<meta-data
android:name="com.samsung.android.vr.application.mode"
android:value="vr_only"/>

<meta-data
android:name="com.oculus.supportedDevices"
android:value="all"/>
Expand Down
1 change: 1 addition & 0 deletions demo/addons/godot-openxr/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changes to the Godot OpenXR asset
1.2.0
-------------------
- Added interaction profile for the HP Reverb G2 controllers.
- Removed deprecated `com.samsung.android.vr.application.mode` meta-data tag.

1.1.1
-------------------
Expand Down

0 comments on commit 08eb59a

Please sign in to comment.