ADB 实现Android Http 代理

ADB 实现Android Http 代理

设置代理

adb shell settings put global http_proxy ip_address:port

删除代理

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
需重启

你可能感兴趣的:(android)