I am trying to develop an app compatible with the galaxy S4. I understand I need to add the screen density 480 in the manifest, but is it classed as normal or large screen as people are saying different things?
For example, if I ran the following code on a galaxy S4, what would size result in?
int size = getResources().getConfiguration().screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
size = 2 = Normal,
size = 3 = Large