Android Question Exclude tablets

stratus

Active Member
Licensed User
Longtime User
I want to publish one application only for smartphones.How can exclude tablets at playstore?
Never mind i found it by myself
 
Last edited:

stratus

Active Member
Licensed User
Longtime User
Sorry for my late response.Unfortunately i was wrong.I change at the manifest the target sdkversion to 10 but at playstore the tablets "see" my application.There is only a notification from google that my application seems not to be compatible with tablets. Any idea how to exclude tablets?
 
Last edited:
Upvote 0

eps

Expert
Licensed User
Longtime User
You could exclude devices without Telephony.. But that might stop some devices you want to target from seeing your App.
 
Upvote 0

stratus

Active Member
Licensed User
Longtime User
When i say tablet i mean screen larger than 5'".I have two samsung tablets and i can download the application.I want to ban tablets because i want to design two different ides,one for phones and one for tablets.
 
Upvote 0

NJDude

Expert
Licensed User
Longtime User
When i say tablet i mean screen larger than 5'".I have two samsung tablets and i can download the application.I want to ban tablets because i want to design two different ides,one for phones and one for tablets.
You mean, the same application but have one design for phones and another for tablets?, if that's the case, you just need to use the designer scripts and generate the layouts for phones and tablets.
 
Upvote 0
Top