Restrict Android app to very specific resolutions and screen sizes -
in app plan support few specific screen sizes , resolutions, here are:
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
Post a Comment