Is there a way to exclude all devices that have a resolution lower than wvga(800x480) without manually excluding each device in the google dev control panel. Maybe a line in the manifest? Or some thing like that?
Hi, I guess that you need to play with the manifest.
This is the supports-screen link, wvga enters in android:normalScreens category, you should set this to false. I don't know how exactly this work, I have a Motorola Defy with wvga, and set this property to false and I can install it anyway.
In the compatible-screen page, says:
For example, if you want your application to be available only for large and xlarge screen devices, the <supports-screens> element allows you to declare that your application does not support small and normal screen sizes. External services (such as Google Play) will filter your application accordingly.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.