How do I specify max screen size in Android Manifest to be 5 inches? -
I want to limit my app to devices that are larger than 5 inches in screen. I have this code, but it seems that works for 4.7 inches:
Android: Android: Android: small screen = "falls" Android: common activation = "true" Android: large scan = "True" Android: xlargeScreens = "true" Android: requireSmallestWidthDp = "536" />
Can you help me? Thanks!
This way the Android screen splits categories, I do not think you can specify more
Comments
Post a Comment