Merge pull request #17670 from xsellier/bugfix/17654-split-screen-master
Prevent android to split-screen
This commit is contained in:
commit
b384bf6fbc
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue