java.lang.Object | |
↳ | android.os.Build.VERSION |
Various version strings.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CODENAME | The current development codename, or the string "REL" if this is a release build. | ||||||||||
INCREMENTAL | The internal value used by the underlying source control to represent this build. | ||||||||||
RELEASE | The user-visible version string. | ||||||||||
SDK |
This field was deprecated
in API level 4.
Use SDK_INT to easily get this as an integer.
|
||||||||||
SDK_INT | The user-visible SDK version of the framework; its possible
values are defined in Build.VERSION_CODES . |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The current development codename, or the string "REL" if this is a release build.
The internal value used by the underlying source control to represent this build. E.g., a perforce changelist number or a git hash.
The user-visible version string. E.g., "1.0" or "3.4b5".
The user-visible SDK version of the framework; its possible
values are defined in Build.VERSION_CODES
.