Enable configuration of the android:excludeFromRecents activity attribute.

(cherry picked from commit cfa81ff32a)
This commit is contained in:
Fredia Huya-Kouadio
2021-12-09 08:49:32 -08:00
committed by Rémi Verschelde
parent 599ae423ba
commit 4f6ce8a7ba
3 changed files with 10 additions and 1 deletions

View File

@@ -48,6 +48,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"