adb设置代理

设置代理

1
adb shell settings put global http_proxy 127.0.0.1:8888

移除代理(需要重启):

1
2
3
4
5
6
7
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

adb reboot

不重启移除代理:

1
adb shell settings put global http_proxy :0