Saturday, 15 January 2011

android - Manifest: deny install on tablets -



android - Manifest: deny install on tablets -

i avoid installation of 1 of app tablets (up 7" screens), because i'll create specific version tablets later. know should utilize

<compatible-screens>

element within manifest, combination of density , screen dimension should removed list?

this manifest portion:

<compatible-screens> <screen android:screendensity="hdpi" android:screensize="normal" /> <screen android:screendensity="xhdpi" android:screensize="normal" /> <screen android:screendensity="mdpi" android:screensize="large" /> <screen android:screendensity="hdpi" android:screensize="large" /> <screen android:screendensity="xhdpi" android:screensize="large" /> </compatible-screens>

android android-manifest android-screen-support

No comments:

Post a Comment