How do I set a proxy in Android phones?

前端 未结 7 411
故里飘歌
故里飘歌 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条回答
  • 2021-01-31 01:24

    If you have ADB access, this should work:

    adb shell settings put global http_proxy <address>:<port>

    However the setting will be lost with a reboot.

    0 讨论(0)
提交回复
热议问题