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 Nov 1, 2023
1 parent 23c142a commit cf706e2
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 @@ -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"
Expand Down

0 comments on commit cf706e2

Please sign in to comment.