Android app only for tablets and phablets

Hello Corona staff & forum members!

We have created a small app for tablets and iPads only, because the app is photo album (pictures are not suitable for small screens).

Now we would like to add compatibility for phones with:

  • display 4.8" or higher
  • resolution 720x1280 or higher

In my build settings:

supportsScreens = { smallScreens = false, normalScreens = true, largeScreens = true, xlargeScreens = true, requiresSmallestWidthDp = 600 },

But in Android Dev Console still 6839  available devices including devices with 4" display  and resolution 480x800.

Any help appreciate.

Thanks