1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Merge pull request #55759 from m4gr3d/enable_exclude_from_recents_master

This commit is contained in:
Rémi Verschelde
2021-12-09 23:03:10 +01:00
committed by GitHub
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"