问题
How can I restrict my apk to not install on small devices, I know about the support-screens parameter but as I understand correctly , it won't work if user is installing directly from apk.
回答1:
I think you can only restrict devices that can see your app in the market. If they have your apk, there's no stopping them. You can however check the resolution on startup, and display an alert or something.
来源:https://stackoverflow.com/questions/8092101/android-restricting-apk-install-for-small-screens