瀏覽代碼

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

Android split screen
Rémi Verschelde 7 年之前
父節點
當前提交
0b55481cea
共有 1 個文件被更改,包括 3 次插入2 次删除
  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" />