Answers for "adb shell proxy"

0

adb shell proxy

Enable Proxy
adb shell settings put global http_proxy <ip>:<port>

Disable Proxy
adb shell settings put global http_proxy :0
Posted by: Guest on August-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language