Android Application Only For 10" Tablets Not Latest Phones
How can I limit my app to be only for tablets? E.g. how to support Galaxy Tab but not Galaxy SIII ? Both have the same resolution and density. Will this code be sufficient:
Solution 1:
First of all make above provisions in manifest
Go to Console (Developer's console)
https://play.google.com/apps/publish/
- Select your app from App listing.
- Go to APK Tab (left side in a page)
You will be able to see 'See supported devices' hyperlink Open it,
You can see list of supported devices there. Manually exclude devices which you do not want.
Post a Comment for "Android Application Only For 10" Tablets Not Latest Phones"