Add parameters for the Godot Activity starting intent to allow restarting or force-quitting the engine

Follow-up code cleanup for https://github.com/godotengine/godot/pull/78130
This commit is contained in:
Fredia Huya-Kouadio
2023-06-15 21:11:40 -07:00
parent 9ba9a41766
commit 5cf0ba88e3
3 changed files with 35 additions and 23 deletions

View File

@@ -66,7 +66,7 @@
android:name=".GodotApp"
android:label="@string/godot_project_name_string"
android:theme="@style/GodotAppSplashTheme"
android:launchMode="singleTask"
android:launchMode="singleInstance"
android:excludeFromRecents="false"
android:exported="true"
android:screenOrientation="landscape"