How do I set a proxy in Android phones?

前端 未结 7 413
故里飘歌
故里飘歌 2021-01-31 00:45

Am really wondering how to set a proxy server in android phone like [tattoo] in order to gain access in some private networks

any suggestion would be appreciated ...

7条回答
  •  -上瘾入骨i
    2021-01-31 01:24

    If you have ADB access, this should work:

    adb shell settings put global http_proxy

    :

    However the setting will be lost with a reboot.

提交回复
热议问题