adb控制设备状态

屏幕亮度

当前屏幕亮度

adb shell settings get system screen_brightness

更改屏幕亮度

 adb shell settings put system screen_brightness

休眠时间

当前屏幕休眠时间

adb shell settings get system screen_off_timeout

更改屏幕休眠时间

adb shell settings put system screen_off_timeout 10000

蓝牙

蓝牙状态

adb shell settings get global bluetooth_on

WiFi

打开WiFi

adb shell svc wifi enable  

关闭WiFi

adb shell svc wifi disable  

你可能感兴趣的:(Android相关,adb)