Sunday, October 28, 2018

Set/Get global android device settings using command line


  • adb shell settings put global bluetooth_disabled_profiles 6
  • adb shell settings put global device_provisioned 1
  • adb shell settings list global
  • adb shell settings list system
  • adb shell settings list secure
  • adb shell settings get global bluetooth_on
  • No comments:

    Post a Comment