Enable configuration of the android:excludeFromRecents activity attribute.
This commit is contained in:
parent
012b2b5385
commit
cfa81ff32a
3 changed files with 10 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue