Explorar o código

Merge pull request #17663 from xsellier/bugfix/17654-split-screen

Android split screen
Rémi Verschelde %!s(int64=7) %!d(string=hai) anos
pai
achega
0b55481cea
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      platform/android/AndroidManifest.xml.template

+ 3 - 2
platform/android/AndroidManifest.xml.template

@@ -16,8 +16,9 @@
                   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" />
                 <category android:name="android.intent.category.LAUNCHER" />