How to set my app for tablet only?
with this code I have 206 phones and 1798 tablets.
My app don't support phones ( it useless)
B4X:
<supports-screens android:largeScreens="true"
android:xlargeScreens="true"
android:normalScreens="false"
android:smallScreens="false"
android:anyDensity="true"/>)
My app don't support phones ( it useless)
Last edited: