|
Build 1.0_r1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectandroid.os.Build
public class Build
Information about the current build, extracted from system properties.
| Nested Class Summary | |
|---|---|
static class |
Build.VERSION
Various version strings. |
| Field Summary | |
|---|---|
static String |
BOARD
The name of the underlying board, like "goldfish". |
static String |
BRAND
The brand (e.g., carrier) the software is customized for, if any. |
static String |
DEVICE
The name of the industrial design. |
static String |
FINGERPRINT
A string that uniquely identifies this build. |
static String |
HOST
|
static String |
ID
Either a changelist number, or a label like "M4-rc20". |
static String |
MODEL
The end-user-visible name for the end product. |
static String |
PRODUCT
The name of the overall product. |
static String |
TAGS
Comma-separated tags describing the build, like "unsigned,debug". |
static long |
TIME
|
static String |
TYPE
The type of build, like "user" or "eng". |
static String |
USER
|
| Constructor Summary | |
|---|---|
Build()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ID
public static final String PRODUCT
public static final String DEVICE
public static final String BOARD
public static final String BRAND
public static final String MODEL
public static final String TYPE
public static final String TAGS
public static final String FINGERPRINT
public static final long TIME
public static final String USER
public static final String HOST
| Constructor Detail |
|---|
public Build()
|
Build 1.0_r1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||