Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Blocking xlarge screens android

I have uploaded a apk file to the market which supports 1.6+. I noticed that this api lvl doesnt support to block xlarge screens from the manifest. If i upload 2 apk files to the market with one 1.6+ and one 2.3 or 3.0 that blocks xlarge screens, will the xlarge screens be blocked then. Or will they choose the 1.6+ version instead the 2.3/3.0 version ?

like image 324
Ukjent Avatar asked Nov 20 '25 18:11

Ukjent


1 Answers

Well X-Large screens are available since API 10, So you can block them by regulate android:maxSdkVersion="9" method on your AndroidManifest.

like image 143
iSun Avatar answered Nov 23 '25 07:11

iSun



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!