java.lang.Object | |
↳ | android.os.Build |
Information about the current build, extracted from system properties.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Build.VERSION | Various version strings. |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | BOARD | The name of the underlying board, like "goldfish". | |||||||||
String | BRAND | The brand (e.g., carrier) the software is customized for, if any. | |||||||||
String | DEVICE | The name of the industrial design. | |||||||||
String | DISPLAY | A build ID string meant for displaying to the user | |||||||||
String | FINGERPRINT | A string that uniquely identifies this build. | |||||||||
String | HOST | ||||||||||
String | ID | Either a changelist number, or a label like "M4-rc20". | |||||||||
String | MODEL | The end-user-visible name for the end product. | |||||||||
String | PRODUCT | The name of the overall product. | |||||||||
String | TAGS | Comma-separated tags describing the build, like "unsigned,debug". | |||||||||
long | TIME | ||||||||||
String | TYPE | The type of build, like "user" or "eng". | |||||||||
String | USER |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
The name of the underlying board, like "goldfish".
The brand (e.g., carrier) the software is customized for, if any.
The name of the industrial design.
A build ID string meant for displaying to the user
A string that uniquely identifies this build. Do not attempt to parse this value.
Either a changelist number, or a label like "M4-rc20".
The end-user-visible name for the end product.
The name of the overall product.
Comma-separated tags describing the build, like "unsigned,debug".
The type of build, like "user" or "eng".