Android Question Application For Tablet Only

Firpas

Active Member
Licensed User
Longtime User
Hi everybody.

Anybody know how to limiit an application to install only on Tablet 7" or more???

Thanks in advance
 

udg

Expert
Licensed User
Longtime User
Configure the Manifest in the appropriate way.
Have a look at this explanation

An example could be:
B4X:
<supports-screens android:smallScreens="false"
android:normalScreens="false"
android:largeScreens="true"
android:xlargeScreens="true"
android:requiresSmallestWidthDp="600" />

udg
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…