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
  • Loading branch information
m4gr3d committed Oct 25, 2023
1 parent 06d5189 commit 14428c8
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 14428c8

Please sign in to comment.