最終更新:2016-06-23 (木) 13:40:46 (2855d)  

android.os.Build
Top / android.os.Build

http://developer.android.com/reference/android/os/Build.html

ネストされたクラス

定数

  • Build.UNKNOWN?

フィールド

  • Build.BOARD?ro.product.boardThe name of the underlying board, like "goldfish".
    Build.BOOTLOADER?ro.bootloader?The system bootloader version number.
    Build.BRAND?ro.product.brand?The consumer-visible brand with which the product/hardware will be associated, if any.
    Build.CPU_ABI?deprecatedThis field was deprecated in API level 21. Use SUPPORTED_ABIS instead.
    Build.CPU_ABI2?deprecatedThis field was deprecated in API level 21. Use SUPPORTED_ABIS instead.
    Build.DEVICEro.product.deviceThe name of the industrial design.
    Build.DISPLAY?ro.build.display.id?A build ID string meant for displaying to the user
    Build.FINGERPRINT?ro.build.fingerprintA string that uniquely identifies this build.
    Build.HARDWARE?ro.hardwareThe name of the hardware (from the kernel command line or /proc).
    Build.HOST?ro.build.host?
    Build.ID?ro.build.idEither a changelist number, or a label like "M4-rc20".
    Build.MANUFACTURER?ro.product.manufacturer?The manufacturer of the product/hardware.
    Build.MODELro.product.model?The end-user-visible name for the end product.
    Build.PRODUCT?ro.product.nameThe name of the overall product.
    Build.RADIO?TelephonyProperties.PROPERTY_BASEBAND_VERSION?This field was deprecated in API level 14. The radio firmware version is frequently not available when this class is initialized, leading to a blank or "unknown" value for this string. Use getRadioVersion?() instead.
    Build.SERIAL?ro.serialnoA hardware serial number, if available.
    Build.SUPPORTED_32_BIT_ABIS?ro.product.cpu.abilist32?An ordered list of 32 bit ABIs supported by this device.
    Build.SUPPORTED_64_BIT_ABISro.product.cpu.abilist64?An ordered list of 64 bit ABIs supported by this device.
    Build.SUPPORTED_ABISro.product.cpu.abilistAn ordered list of ABIs supported by this device.
    Build.TAGS?ro.build.tags?Comma-separated tags describing the build, like "unsigned,debug".
    Build.TIME?ro.build.date.utc? * 1000
    Build.TYPE?ro.build.typeThe type of build, like "user" or "eng".
    Build.USER?ro.build.user?