# Titanium.Platform.Android
The Android-specific Platform module, used to access the device's platform-related functionality.
# Properties
# physicalSizeCategory READONLY
The physical size category of the Android device or emulator.
# Constants
# API_LEVEL
Android API level identifier of the Operating System.
See the official Android Developers documentation for more information about API levels.
# PHYSICAL_SIZE_CATEGORY_LARGE
Constant to indicate that the physical size category of the current device/emulator is large
See the official Android Developers documentation for more information about large screen sizes
# PHYSICAL_SIZE_CATEGORY_NORMAL
Constant to indicate that the physical size category of the current device/emulator is normal
See the official Android Developers documentation for more information about normal screen sizes
# PHYSICAL_SIZE_CATEGORY_SMALL
Constant to indicate that the physical size category of the current device/emulator is small
See the official Android Developers documentation for more information about small screen sizes
# PHYSICAL_SIZE_CATEGORY_UNDEFINED
Constant to indicate that the physical size category of the current device/emulator is undefined
See the official Android Developers documentation for more information about undefined screen sizes
# PHYSICAL_SIZE_CATEGORY_XLARGE
Constant to indicate that the physical size category of the current device/emulator is extra large
See the official Android Developers documentation for more information about extra large screen sizes