I am going to make a tablet specific version of my app and I want to stop my phone app being compatible with tablets.
I have tried making my application with maxSdkVersion 10 and I have also tried support screens xlarge false etc…
Could someone tell me how to make my application incompatible with tablets?
One solution (that might not cover all devices, I don’t know) would be to filter devices based on screen size and density.
Table1 here shows you all the possibilities.
In your manifest file, you can try something like:
I think combination of the two (Android market information + manifest) will get you decent amount of tablet devices that will be ruled out.