android restricting apk install for small screens

☆樱花仙子☆ 提交于 2020-01-06 12:41:15

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!