【Wifi】adb命令打开/关闭蓝牙、NFC(bluetooth)开关

谷歌源生代码中,第一次开机BT默认打开。


打开和关闭蓝牙BT
  adb root
  adb shell svc bluetooth enable
  adb shell svc bluetooth disable

 

打开和关闭NFC
  adb root
  adb shell svc nfc enable
  adb shell svc nfc disable

posted @ 2018-10-26 10:26  演武_zhuwei  阅读(12378)  评论(0编辑  收藏  举报