How do I restrict my Android app to non-tablets?
问题 I have seen this link which show how I can restrict download to only tablets, but I am looking the other way round. How can I restrict my app to only download on mobiles and not on tablets? (It's the requirement from the client.) 回答1: Add a <compatible-screens> element to your manifest, outlining the specific screen sizes and densities that you support. 回答2: Another possible solution you could use is to add the following to manifest: <uses-feature android:name="android.hardware.telephony"