There were other posts on this, but I’m still not understanding what I need to do to not allow tablets to download my app. I’ll need more time to optimize for tablets, but for now I want to leave it out.
I found this: http://developer.android.com/guide/topics/manifest/supports-screens-element.html
But, again I’m confused since there is a warning that disabling xlarge will sometimes turn on compatibility mode?
Thanks.
Use the
<compatible-screens>element to indicate what combinations of screen size and density you support. You will not appear in the Android Market for any other combination.Here is the example from the documentation, showing a
<compatible-screens>element set up for-smalland-normalscreen support, but not-largeand-xlarge: