Get device properties by adb (tested on API 19, 25)
adb shell getprop
for custom prop(example: get device name (String)) (tested on API 19, 25)
adb shell getprop ro.product.model
Example:
adb shell getprop
for custom prop(example: get device name (String)) (tested on API 19, 25)
adb shell getprop ro.product.model
Example: