Explorar el Código

Exclude small screens from the set of supported devices.

Fredia Huya-Kouadio hace 3 años
padre
commit
da332d69c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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