如何使用android 4.0版在摩托罗拉XYboard上通过adb打开WIFI
我已经尝试过命令
adb shell am start -a android.intent.action.MAIN -n com.android.settings/.wifi.WifiSettings
adb shell input keyevent 20 & adb shell input keyevent 23
但它只需要 wifi 设置,但 keyevent 20 没有进入“开/关”按钮。在新的4.0版本的android中,我们必须点击WIFI旁边的ON/OFF按钮来打开它。如何使用 adb 单击该按钮
有没有一个命令可以像蓝牙一样直接打开wifi,我可以使用
adb shell am start -a android.bluetooth.adapter.action.REQUEST_ENABLE
用于打开蓝牙。