Browse Source

Exclude small screens from the set of supported devices.

Fredia Huya-Kouadio 3 years ago
parent
commit
da332d69c0
1 changed files with 1 additions and 1 deletions
  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
     <supports-screens
         android:largeScreens="true"
         android:largeScreens="true"
         android:normalScreens="true"
         android:normalScreens="true"
-        android:smallScreens="true"
+        android:smallScreens="false"
         android:xlargeScreens="true" />
         android:xlargeScreens="true" />
 
 
     <uses-feature
     <uses-feature