Bladeren bron

Update the GodotOpenXR meta-data removal logic

Godot OpenXR Vendor plugin version 4.0.0-stable changed the plugin's manifest declaration, so this updates the logic to remove that manifest declaration to match.
Fredia Huya-Kouadio 4 maanden geleden
bovenliggende
commit
1b0bd35f09

+ 0 - 12
platform/android/java/editor/src/horizonos/AndroidManifest.xml

@@ -79,18 +79,6 @@
             android:value="quest3|questpro"
             tools:replace="android:value" />
 
-        <!--
-        We remove this meta-data originating from the vendors plugin as we only need the loader for
-        now since the project being edited provides its own version of the vendors plugin.
-
-        This needs to be removed once we start implementing the immersive version of the project
-        manager and editor windows.
-         -->
-        <meta-data
-            android:name="org.godotengine.plugin.v2.GodotOpenXRMeta"
-            android:value="org.godotengine.openxr.vendors.meta.GodotOpenXRMeta"
-            tools:node="remove" />
-
         <!-- Enable system splash screen -->
         <meta-data android:name="com.oculus.ossplash" android:value="true"/>
         <!-- Enable passthrough background during the splash screen -->

+ 12 - 0
platform/android/java/editor/src/main/AndroidManifest.xml

@@ -102,6 +102,18 @@
             android:resizeableActivity="false"
             android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
         </activity>
+
+        <!--
+        We remove this meta-data originating from the vendors plugin as we only need the loader for
+        now since the project being edited provides its own version of the vendors plugin.
+
+        This needs to be removed once we start implementing the immersive version of the project
+        manager and editor windows.
+         -->
+        <meta-data
+            android:name="org.godotengine.plugin.v2.GodotOpenXR"
+            android:value="org.godotengine.openxr.vendors.GodotOpenXR"
+            tools:node="remove" />
     </application>
 
 </manifest>

+ 0 - 12
platform/android/java/editor/src/picoos/AndroidManifest.xml

@@ -38,18 +38,6 @@
             </intent-filter>
         </activity>
 
-        <!--
-        We remove this meta-data originating from the vendors plugin as we only need the loader for
-        now since the project being edited provides its own version of the vendors plugin.
-
-        This needs to be removed once we start implementing the immersive version of the project
-        manager and editor windows.
-         -->
-        <meta-data
-            android:name="org.godotengine.plugin.v2.GodotOpenXRPico"
-            android:value="org.godotengine.openxr.vendors.pico.GodotOpenXRPico"
-            tools:node="remove"/>
-
         <!-- Enable system splash screen. Passthrough splash screen is not supported yet-->
         <meta-data
             android:name="pvr.app.splash"