安卓设置全局代理
Set up a proxy
adb shell settings put global http_proxy <ip>:<port>
Remove them
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
又学了一招。