ADB设置代理

1
adb shell settings put global http_proxy 192.168.2.127:8888

8888好像是 Fiddler 代理地址

ADB清除代理

1
2
adb shell settings delete global global_http_proxy_host
adb shell settings delete global global_http_proxy_port