2
0
Эх сурвалжийг харах

Exclude small screens from the set of supported devices.

Fredia Huya-Kouadio 3 жил өмнө
parent
commit
1efafa9dfe

+ 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