The members of Android.OS.Build are listed below.
See Also: Inherited members from Java.Lang.Object
Build() |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] static | Board | string. The name of the underlying board, like "goldfish". |
[read-only] static | Bootloader | string. The system bootloader version number. |
[read-only] static | Brand | string. The consumer-visible brand with which the product/hardware will be associated, if any. |
[read-only] static | CpuAbi | string. The name of the instruction set (CPU type + ABI convention) of native code. |
[read-only] static | CpuAbi2 | string. The name of the second instruction set (CPU type + ABI convention) of native code. |
[read-only] static | Device | string. The name of the industrial design. |
[read-only] static | Display | string. A build ID string meant for displaying to the user |
[read-only] static | Fingerprint | string. A string that uniquely identifies this build. |
[read-only] static | Hardware | string. The name of the hardware (from the kernel command line or /proc). |
[read-only] static | Host | string. |
[read-only] static | Id | string. Either a changelist number, or a label like "M4-rc20". |
[read-only] static | Manufacturer | string. The manufacturer of the product/hardware. |
[read-only] static | Model | string. The end-user-visible name for the end product. |
[read-only] static | Product | string. The name of the overall product. |
[read-only] static | Radio | string. The radio firmware version number. |
[read-only] static | RadioVersion | string. Returns the version string for the radio firmware. |
[read-only] static | Serial | string. A hardware serial number, if available. |
[read-only] static | Supported32BitAbis | IList<string>. An ordered list of 32 bit ABIs supported by this device. |
[read-only] static | Supported64BitAbis | IList<string>. An ordered list of 64 bit ABIs supported by this device. |
[read-only] static | SupportedAbis | IList<string>. An ordered list of ABIs supported by this device. |
[read-only] static | Tags | string. Comma-separated tags describing the build, like "unsigned,debug". |
[read-only] static | Time | long. |
[read-only] static | Type | string. The type of build, like "user" or "eng". |
[read-only] static | User | string. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |