java.lang.Object | |
↳ | android.os.Build.VERSION |
Various version strings.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CODENAME | The current development codename, or the string "REL" if this is a release build. | |||||||||
String | INCREMENTAL | The internal value used by the underlying source control to represent this build. | |||||||||
String | RELEASE | The user-visible version string. | |||||||||
String | SDK | This constant is deprecated. Use SDK_INT to easily get this as an integer. | |||||||||
int | 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.