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.
This interface exposes various properties related to the Android OS version that can be used to retrieve information about the current version, preview SDK, and the media performance class.
Author
Swapnil Musale
Inheritors
Properties
incremental
the incremental version string, often used for identifying minor updates
mediaPerformanceClass
the media performance class of the Android device (used to indicate the media performance tier)
previewSdkInt
the SDK version of the preview release (if any)
releaseOrCodeName
returns either the release version or the code name of the Android version
releaseOrPreviewDisplay
returns either the release version or preview display name (if in preview mode)
securityPatch
the security patch level of the current Android version