Java android.os Build fields, constructors, methods, implement or subclass

Example usage for Java android.os Build fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.os Build.

The text is from its open source code.

Field

StringUNKNOWN
Value used for when a build property is unknown.
StringID
Either a changelist number, or a label like "M4-rc20".
StringDISPLAY
A build ID string meant for displaying to the user
StringPRODUCT
The name of the overall product.
StringDEVICE
The name of the industrial design.
StringBOARD
The name of the underlying board, like "goldfish".
StringCPU_ABI
The name of the instruction set (CPU type + ABI convention) of native code.
StringCPU_ABI2
The name of the second instruction set (CPU type + ABI convention) of native code.
StringMANUFACTURER
The manufacturer of the product/hardware.
StringBRAND
The consumer-visible brand with which the product/hardware will be associated, if any.
StringMODEL
The end-user-visible name for the end product.
StringBOOTLOADER
The system bootloader version number.
StringHARDWARE
The name of the hardware (from the kernel command line or /proc).
StringSERIAL
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.
StringTYPE
The type of build, like "user" or "eng".
StringTAGS
Comma-separated tags describing the build, like "unsigned,debug".
StringFINGERPRINT
A string that uniquely identifies this build.
longTIME
StringUSER
StringHOST

Constructor

Method

StringgetRadioVersion()
Returns the version string for the radio firmware.