1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

Enable configuration of the android:excludeFromRecents activity attribute.

This commit is contained in:
Fredia Huya-Kouadio
2021-12-09 08:49:32 -08:00
committed by ne0fhyk
parent 012b2b5385
commit cfa81ff32a
3 changed files with 10 additions and 1 deletions

View File

@@ -43,6 +43,7 @@
android:label="@string/godot_project_name_string"
android:theme="@style/GodotAppSplashTheme"
android:launchMode="singleTask"
android:excludeFromRecents="false"
android:screenOrientation="landscape"
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|density|keyboard|navigation|screenLayout|uiMode"
android:resizeableActivity="false"