android.os
Class Build.VERSION
java.lang.Object
android.os.Build.VERSION
- Enclosing class:
- Build
public static class Build.VERSION
- extends Object
Various version strings.
|
Field Summary |
static String |
INCREMENTAL
The internal value used by the underlying source control to
represent this build. |
static String |
RELEASE
The user-visible version string. |
static String |
SDK
The user-visible SDK version of the framework. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INCREMENTAL
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.
RELEASE
public static final String RELEASE
- The user-visible version string. E.g., "1.0" or "3.4b5".
SDK
public static final String SDK
- The user-visible SDK version of the framework. It is an integer starting at 1.
Build.VERSION
public Build.VERSION()
Please submit a feedback, bug or feature