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

screen category


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -