Android Restricting Apk Install For Small Screens
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 f
Solution 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.
Post a Comment for "Android Restricting Apk Install For Small Screens"