Get global device settings by adb (tested on API 25)
adb shell settings list global
for custom setting (example: get current bluetooth state (enabled/disabled))(tested on API 19)
adb shell settings get global bluetooth_on
For more info:
https://developer.android.com/reference/android/provider/Settings.Global.html
Example:
adb shell settings list global
for custom setting (example: get current bluetooth state (enabled/disabled))(tested on API 19)
adb shell settings get global bluetooth_on
For more info:
https://developer.android.com/reference/android/provider/Settings.Global.html
Example:
Sinyal error
ОтветитьУдалить