My app is designed to work on phones and tablets, and currently in Google Play store, it is shown supporting those devices in question. What can I do to exclude them?
TIA
TIA
current manifest settings:
<supports-screens
android:xlargeScreens="false"
android:largeScreens="false"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)