android.os
public
static
class
android.os.Build.VERSION
Summary
Constants
|
|
|
Value |
|
String |
INCREMENTAL |
The internal value used by the underlying source control to
represent this build. |
|
|
String |
RELEASE |
The user-visible version string. |
|
|
String |
SDK |
The user-visible SDK version of the framework. |
|
|
Public Constructors
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
String
INCREMENTAL
The internal value used by the underlying source control to
represent this build. E.g., a perforce changelist number
or a git hash.
public
static
final
String
RELEASE
The user-visible version string. E.g., "1.0" or "3.4b5".
public
static
final
String
SDK
The user-visible SDK version of the framework. It is an integer starting at 1.
Public Constructors