Skip to content

Commit

Permalink
Update the launchMode for the GodotApp activity to allow other ac…
Browse files Browse the repository at this point in the history
…tivities to be part of the same task

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

(cherry picked from commit 14428c8)
  • Loading branch information
m4gr3d authored and YuriSizov committed Nov 1, 2023
1 parent c5e3fcb commit 74a1d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/java/app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 74a1d8a

Please sign in to comment.