Преглед на файлове

Merge pull request #83954 from m4gr3d/update_godot_app_launch_mode

Update the `launchMode` for the `GodotApp` activity
Rémi Verschelde преди 1 година
родител
ревизия
befc5a9120
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      platform/android/java/app/AndroidManifest.xml

+ 1 - 1
platform/android/java/app/AndroidManifest.xml

@@ -35,7 +35,7 @@
             android:name=".GodotApp"
             android:label="@string/godot_project_name_string"
             android:theme="@style/GodotAppSplashTheme"
-            android:launchMode="singleInstance"
+            android:launchMode="singleInstancePerTask"
             android:excludeFromRecents="false"
             android:exported="true"
             android:screenOrientation="landscape"