1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Merge pull request #84279 from m4gr3d/update_godot_app_launch_mode_3x

[3.x] Update the `launchMode` for the `GodotApp` activity to allow other activities to be part of the same task
This commit is contained in:
Rémi Verschelde
2023-11-15 18:28:18 +01:00
committed by GitHub

View File

@@ -66,7 +66,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"