mirror of
https://github.com/godotengine/godot.git
synced 2025-03-26 00:16:37 +08:00
Prevent android to split-screen
(cherry picked from commit 61e8f8a86689bcac91382f993b7b0f9803222b68)
This commit is contained in:
parent
814b610ed3
commit
fa9e03996c
@ -16,7 +16,8 @@
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||
android:launchMode="singleTask"
|
||||
android:screenOrientation="landscape"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize">
|
||||
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize"
|
||||
android:resizeableActivity="false">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user