1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Update the launchMode for the GodotApp activity to allow other activities to be part of the same task

For details, see https://developer.android.com/guide/topics/manifest/activity-element#lmode

(cherry picked from commit 14428c8d5b)
This commit is contained in:
Fredia Huya-Kouadio
2023-10-25 08:27:35 -07:00
committed by Yuri Sizov
parent c5e3fcbeb6
commit 74a1d8addd

View File

@@ -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"