Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

adb shell proxy

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

Disable Proxy
adb shell settings put global http_proxy :0 
 
PREVIOUS NEXT
Tagged: #adb #shell #proxy
ADD COMMENT
Topic
Name
3+2 =