SupportedResolutions (Supported Physical Screen Sizes)
Array of supported device physical screen sizes. If the current device screen size is not in the array, installation/configuration/runtime will warn about incompatibility.
If not set, all screen sizes are supported by default.
Get the physical screen size in a script:
width, height = screen.size()