mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-03 14:45:57 +01:00
Update the launchMode
for the GodotApp
activity to allow other activities to be part of the same task
For details, see https://developer.android.com/guide/topics/manifest/activity-element#lmode
This commit is contained in:
parent
8452eb6c97
commit
312a907ce7
@ -41,7 +41,7 @@
|
||||
android:name=".PandemoniumApp"
|
||||
android:label="@string/pandemonium_project_name_string"
|
||||
android:theme="@style/PandemoniumAppSplashTheme"
|
||||
android:launchMode="singleInstance"
|
||||
android:launchMode="singleInstancePerTask"
|
||||
android:excludeFromRecents="false"
|
||||
android:exported="true"
|
||||
android:screenOrientation="landscape"
|
||||
|
Loading…
Reference in New Issue
Block a user