VersionCode
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.
This interface includes constants for major Android versions and their respective minor releases (e.g., "Lollipop", "Nougat"). These values can be used to perform version checks or comparisons in Android applications.
Author
Swapnil Musale
Inheritors
AndroidVersionCodeImpl