Exclude small screens from the set of supported devices.
This commit is contained in:
parent
f37390cbc5
commit
da332d69c0
|
@ -7,7 +7,7 @@
|
|||
<supports-screens
|
||||
android:largeScreens="true"
|
||||
android:normalScreens="true"
|
||||
android:smallScreens="true"
|
||||
android:smallScreens="false"
|
||||
android:xlargeScreens="true" />
|
||||
|
||||
<uses-feature
|
||||
|
|
Loading…
Reference in New Issue