вторник, 20 февраля 2018 г.

adb getprop

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:

Комментариев нет:

Отправить комментарий

Git hooks

Original info: https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks My goal: Validate commit message and deny commit if a comment di...