浏览代码

Exclude small screens from the set of supported devices.

Fredia Huya-Kouadio 3 年之前
父节点
当前提交
da332d69c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      platform/android/java/editor/src/main/AndroidManifest.xml

+ 1 - 1
platform/android/java/editor/src/main/AndroidManifest.xml

@@ -7,7 +7,7 @@
     <supports-screens
         android:largeScreens="true"
         android:normalScreens="true"
-        android:smallScreens="true"
+        android:smallScreens="false"
         android:xlargeScreens="true" />
 
     <uses-feature