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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.