Android
android.os
public class

android.os.Build

java.lang.Object
android.os.Build

Information about the current build, extracted from system properties.

Nested Classes
Build.VERSION Various version strings. 

Summary

Constants

      Value  
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  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

            Build()
Methods inherited from class java.lang.Object

Details

Constants

public static final String BOARD

The name of the underlying board, like "goldfish".

public static final String BRAND

The brand (e.g., carrier) the software is customized for, if any.

public static final String DEVICE

The name of the industrial design.

public static final String FINGERPRINT

A string that uniquely identifies this build. Do not attempt to parse this value.

public static final String HOST

public static final String ID

Either a changelist number, or a label like "M4-rc20".

public static final String MODEL

The end-user-visible name for the end product.

public static final String PRODUCT

The name of the overall product.

public static final String TAGS

Comma-separated tags describing the build, like "unsigned,debug".

public static final long TIME

public static final String TYPE

The type of build, like "user" or "eng".

public static final String USER

Public Constructors

public Build()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48