# Titanium.Platform.Android

The Android-specific Platform module, used to access the device's platform-related functionality.

Availability
1.8.2

# Properties

# physicalSizeCategory READONLY

Availability
1.8.2
physicalSizeCategory :Number

The physical size category of the Android device or emulator.

# Constants

# API_LEVEL

Availability
1.8.2
API_LEVEL :Number

Android API level identifier of the Operating System.

See the official Android Developers documentation for more information about API levels.


# PHYSICAL_SIZE_CATEGORY_LARGE

Availability
1.8.2
PHYSICAL_SIZE_CATEGORY_LARGE :Number

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

Availability
1.8.2
PHYSICAL_SIZE_CATEGORY_NORMAL :Number

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

Availability
1.8.2
PHYSICAL_SIZE_CATEGORY_SMALL :Number

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

Availability
1.8.2
PHYSICAL_SIZE_CATEGORY_UNDEFINED :Number

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

Availability
1.8.2
PHYSICAL_SIZE_CATEGORY_XLARGE :Number

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