Merge pull request #83954 from m4gr3d/update_godot_app_launch_mode

Update the `launchMode` for the `GodotApp` activity
This commit is contained in:
Rémi Verschelde 2023-10-30 23:18:34 +01:00
commit befc5a9120
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

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"