Skip to content

Commit

Permalink
Merge pull request #84279 from m4gr3d/update_godot_app_launch_mode_3x
Browse files Browse the repository at this point in the history
[3.x] Update the `launchMode` for the `GodotApp` activity to allow other activities to be part of the same task
  • Loading branch information
akien-mga authored Nov 15, 2023
2 parents e236747 + cf706e2 commit e96c42f
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 e96c42f

Please sign in to comment.