Excluded Devices

latch

Active Member
Licensed User
Longtime User
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?
 

socialnetis

Active Member
Licensed User
Longtime User
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:
So I guess that this for google play, but you can still install it if you have the apk file.
 
Upvote 0

yttrium

Active Member
Licensed User
Longtime User
Though it's possible, as socialnetis described, why would you do this? You should be scaling your device based on dip, NOT px.
 
Upvote 0

latch

Active Member
Licensed User
Longtime User
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…