Device's native resolution?

How do you determine the max resolution of an android device? I thought that Screen.resolutions [Screen.resolutions.Length - 1] would do the trick but it doesn’t seem to work on mobiles…

Screen.width and Screen.height before adjusting resolution should give the native res.

Well, that seems like a bit of a hack; and it won’t fit into my system very well. Shocking that such a basic/fundamental feature doesn’t have an actual api.