美文网首页
adb 控制手机网络

adb 控制手机网络

作者: adonisjph | 来源:发表于2016-11-02 11:06 被阅读178次

Turn on wifi - adb shell am start -n io.appium.settings/.Settings -e wifi on
Turn off WiFi - adb shell am start -n io.appium.settings/.Settings -e wifi off
Turn on mobile data - adb shell am start -n io.appium.settings/.Settings -e data on
Turn off mobile data - adb shell am start -n io.appium.settings/.Settings -e data off

相关文章

网友评论

      本文标题:adb 控制手机网络

      本文链接:https://www.haomeiwen.com/subject/dbevuttx.html