Restrict Android app to very specific resolutions and screen sizes -


in app plan support few specific screen sizes , resolutions, here are:

enter image description here

how can restrict app able installed on these screens? in androidmanifest.xml, or developer console, or both?

you can apply add flags in manifest.xml file : http://developer.android.com/guide/topics/manifest/supports-screens-element.html , can restrict : should use attribute in mainfest android:largestwidthlimitdp="enter mobile pixel value above want restrict."


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -