Skip to content

Instantly share code, notes, and snippets.

@snow
Last active December 22, 2015 21:29
Show Gist options
  • Save snow/6533497 to your computer and use it in GitHub Desktop.
Save snow/6533497 to your computer and use it in GitHub Desktop.
print constants in android Build
H.l(Build.BOARD, "BOARD");
H.l(Build.BOOTLOADER, "BOOTLOADER");
H.l(Build.BRAND, "BRAND");
H.l(Build.CPU_ABI, "CPU_ABI");
H.l(Build.CPU_ABI2, "CPU_ABI2");
H.l(Build.DEVICE, "DEVICE");
H.l(Build.DISPLAY, "DISPLAY");
H.l(Build.FINGERPRINT, "FINGERPRINT");
H.l(Build.HARDWARE, "HARDWARE");
H.l(Build.HOST, "HOST");
H.l(Build.ID, "ID");
H.l(Build.MANUFACTURER, "MANUFACTURER");
H.l(Build.MODEL, "MODEL");
H.l(Build.PRODUCT, "PRODUCT");
H.l(Build.SERIAL, "SERIAL");
H.l(Build.TAGS, "TAGS");
H.l(Build.TYPE, "TYPE");
H.l(Build.USER, "USER");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment