Android Question Only for Phone (restrict tablets )

tufanv

Expert
Licensed User
Longtime User
Hello,

Is it possible to make an app only for phones not tablets ?
If i use xlarge screen method on manifest I think it also restricts the new high resolution screen phones so is there a better way for this ?

Thanks
 

Emme Developer

Well-Known Member
Licensed User
Longtime User
You can use
B4X:
GetDeviceLayoutValues.ApproximateScreenSize
Note that if you publish an application on Play Store without adding tablet screenshot, you're not able to see the app in play store on a tablet. Adding tablet screenshot means that your app is designed also for tablet
 
Upvote 0
Top