Package-level declarations

Types

Link copied to clipboard
interface AndroidInfo

The AndroidInfo interface representing detailed information about an Android device and its system environment

Link copied to clipboard
interface DisplayMetrics

DisplayMetrics interface representing the display metrics of a device. It includes properties to get the dimensions and density of the screen in inches and DPI

Link copied to clipboard
interface Version

Version interface provides details about the version of the Android operating system. It includes information such as the base OS, SDK version, release details, incremental build version, security patch level, and other relevant version-related data.

Link copied to clipboard
interface VersionCode

VersionCode interface defines the integer values corresponding to the version codes of various Android versions. These version codes are used to identify specific Android releases in the system.