I have this on my build settings:
android = { supportsScreens = { requiresSmallestWidthDp = 600, smallScreens = false, normalScreens = false, largeScreens = true, xlargeScreens = true, }, },
It narrows down the devices to just tablets which I’m fine with. Now, I’ve scoured the forums and Android docs looking for ways to include Galaxy S3 and Nexus4 into the mix. I didn’t find any resource, or maybe my searchfu skills may have failed me.
I thought S3 and N4 falls under requiresSmallestWidthDp = 600
Is it possible to be device specific too? What’s the possible workaround?
/cheers