Page 1 of 1

Deploy to tablets only (not phones)- Getting bad reviews !

Posted: Tue Apr 21, 2020 3:15 pm
by raugert
My app is deigned for Tablets only, but for some reason can be downloaded by Android phones on the Google Play store. Is there a setting in Livecode that I should include somewhere to prevent this ?

Here's what I found on the Android developper site.

<manifest ... >
<supports-screens android:smallScreens="false"
android:normalScreens="false"
android:largeScreens="true"
android:xlargeScreens="true"/>
...
</manifest>

Do I need to edit this manifest file somewhere ?

thanks for any help,
Richard