AndroidInfo
The AndroidInfo
interface representing detailed information about an Android device and its system environment
Author
Swapnil Musale
Inheritors
Properties
bootloader
the version of the device bootloader
deviceOrientation
the current orientation of the device (e.g., portrait or landscape)
displayMetrics
display metrics containing screen properties such as density and resolution
fingerprint
the unique identifier for the build fingerprint
isPhysicalDevice
indicates whether the device is a physical device (true
) or an emulator (false
)
manufacturer
the name of the device manufacturer (e.g., "Google")
packageName
the package name of the application
supported32BitAbis
an array of supported 32-bit ABIs for the device
supported64BitAbis
an array of supported 64-bit ABIs for the device
supportedAbis
an array of supported ABIs (Application Binary Interfaces) for the device
systemFeatureList
a list of system features available on the device
VERSION_CODES
an enumeration of version codes, represented by the VersionCode object
versionCode
the version code of the application or system, represented as a Long
versionName
the version name of the application or system (e.g., "1.0.0")