Android ADB命令控制WIFI/蓝牙/NFC的开启/关闭

打开和关闭蓝牙BT

adb root

adb shell svc wifi enable

adb shell svc wifi disable


打开和关闭蓝牙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

你可能感兴趣的:(Android ADB命令控制WIFI/蓝牙/NFC的开启/关闭)