Example usage for Java android.os Build fields, constructors, methods, implement or subclass
The text is from its open source code.
String | UNKNOWN Value used for when a build property is unknown. |
String | ID Either a changelist number, or a label like "M4-rc20". |
String | DISPLAY A build ID string meant for displaying to the user |
String | PRODUCT The name of the overall product. |
String | DEVICE The name of the industrial design. |
String | BOARD The name of the underlying board, like "goldfish". |
String | CPU_ABI The name of the instruction set (CPU type + ABI convention) of native code. |
String | CPU_ABI2 The name of the second instruction set (CPU type + ABI convention) of native code. |
String | MANUFACTURER The manufacturer of the product/hardware. |
String | BRAND The consumer-visible brand with which the product/hardware will be associated, if any. |
String | MODEL The end-user-visible name for the end product. |
String | BOOTLOADER The system bootloader version number. |
String | HARDWARE The name of the hardware (from the kernel command line or /proc). |
String | SERIAL A hardware serial number, if available. |
String[] | SUPPORTED_ABIS An ordered list of ABIs supported by this device. |
String[] | SUPPORTED_32_BIT_ABIS An ordered list of 32 bit ABIs supported by this device. |
String[] | SUPPORTED_64_BIT_ABIS An ordered list of 64 bit ABIs supported by this device. |
String | TYPE The type of build, like "user" or "eng". |
String | TAGS Comma-separated tags describing the build, like "unsigned,debug". |
String | FINGERPRINT A string that uniquely identifies this build. |
long | TIME |
String | USER |
String | HOST |
String | getRadioVersion() Returns the version string for the radio firmware. |