summaryrefslogtreecommitdiff
path: root/platform/android
diff options
context:
space:
mode:
authorFredia Huya-Kouadio <fhuyakou@gmail.com>2022-09-12 09:47:34 -0700
committerFredia Huya-Kouadio <fhuyakou@gmail.com>2022-09-12 09:47:34 -0700
commit1efafa9dfe6c4662f62d0cb24a06cb9ce702e9ba (patch)
tree75f3df40de10f6ce9bddb683cc0bbd9a3b4696cd /platform/android
parent67b38d0ac235c29e1251c381ab800771af1edac2 (diff)
Exclude small screens from the set of supported devices.
Diffstat (limited to 'platform/android')
-rw-r--r--platform/android/java/editor/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/java/editor/src/main/AndroidManifest.xml b/platform/android/java/editor/src/main/AndroidManifest.xml
index abf506a83c..6aa5f06f31 100644
--- a/platform/android/java/editor/src/main/AndroidManifest.xml
+++ b/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