Exclude small screens from the set of supported devices.

This commit is contained in:
Fredia Huya-Kouadio 2022-09-12 09:47:34 -07:00
parent 67b38d0ac2
commit 1efafa9dfe

View file

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