adb 设置代理
1.设置代理adb -s 127.0.0.1:21503 shell settings put global http_proxy 192.168.61.xxx:8888
2.删除代理
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