Skip to content

Instantly share code, notes, and snippets.

@kiok46
Created May 2, 2016 19:13
Show Gist options
  • Save kiok46/613d096c0214462465094e39fa9c4f72 to your computer and use it in GitHub Desktop.
Save kiok46/613d096c0214462465094e39fa9c4f72 to your computer and use it in GitHub Desktop.
android.os.Build attributes
I/python ( 3912): Build.BOARD
I/python ( 3912): Build.BOOTLOADER
I/python ( 3912): Build.BRAND
I/python ( 3912): Build.CPU_ABI
I/python ( 3912): Build.CPU_ABI2
I/python ( 3912): Build.DEVICE
I/python ( 3912): Build.DISPLAY
I/python ( 3912): Build.FINGERPRINT
I/python ( 3912): Build.HARDWARE
I/python ( 3912): Build.HOST
I/python ( 3912): Build.ID
I/python ( 3912): Build.IS_DEBUGGABLE
I/python ( 3912): Build.MANUFACTURER
I/python ( 3912): Build.MODEL
I/python ( 3912): Build.PRODUCT
I/python ( 3912): Build.RADIO
I/python ( 3912): Build.SERIAL
I/python ( 3912): Build.TAGS
I/python ( 3912): Build.TIME
I/python ( 3912): Build.TYPE
I/python ( 3912): Build.UNKNOWN
I/python ( 3912): Build.USER
I/python ( 3912): Build.__class__
I/python ( 3912): Build.__cls_storage
I/python ( 3912): Build.__delattr__
I/python ( 3912): Build.__dict__
I/python ( 3912): Build.__doc__
I/python ( 3912): Build.__format__
I/python ( 3912): Build.__getattribute__
I/python ( 3912): Build.__hash__
I/python ( 3912): Build.__init__
I/python ( 3912): Build.__javaclass__
I/python ( 3912): Build.__javaconstructor__
I/python ( 3912): Build.__module__
I/python ( 3912): Build.__new__
I/python ( 3912): Build.__pyx_vtable__
I/python ( 3912): Build.__reduce__
I/python ( 3912): Build.__reduce_ex__
I/python ( 3912): Build.__repr__
I/python ( 3912): Build.__setattr__
I/python ( 3912): Build.__sizeof__
I/python ( 3912): Build.__str__
I/python ( 3912): Build.__subclasshook__
I/python ( 3912): Build.__weakref__
I/python ( 3912): Build.equals
I/python ( 3912): Build.getClass
I/python ( 3912): Build.getRadioVersion
I/python ( 3912): Build.hashCode
I/python ( 3912): Build.notify
I/python ( 3912): Build.notifyAll
I/python ( 3912): Build.radioVersion
I/python ( 3912): Build.toString
I/python ( 3912): Build.wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment