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

adb get settings system

Get system device settings by adb (tested on API 25)

adb shell settings list system

for custom setting (example: get current system volume (int))(tested on API 19)

adb shell settings get system volume_ring

For more info:

https://developer.android.com/reference/android/provider/Settings.System.html

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...