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
Deploy to tablets only (not phones)- Getting bad reviews !
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Deploy to tablets only (not phones)- Getting bad reviews !
Livecode Indy 9.6.11 (Stable)
MacOS Sonoma 14.2
Xcode 15.0.1 SDK 17.0
MacOS Sonoma 14.2
Xcode 15.0.1 SDK 17.0