添加代理:
adb shell settings put global http_proxy ip_address:port
今天在这个ip_address上耗费了太多时间,如果是已知IP,填写IP即可,如果是域名形式的,一定要去掉http://!
移除代理:
adb shell settings delete global http_proxy
adb shell settings delete global global_http_proxy_host
adb shell settings delete global global_http_proxy_port