Skip to content

HughClub/Proxier3

Repository files navigation

Proxier

an app that can set and reset proxy on your phone

settings way

reference here : https://github.com/theappbusiness/android-proxy-toggle

solution: use adb to grant higher level permission to let app modify proxy setting

adb install -r -g Proxier3.debug.apk

command way

programmatic solution here but it needs android.permission.INTERACT_ACROSS_USERS which CAN'T be granted to 3rd apps

set

# in adb shell
settings put global http_proxy $IP:$PORT

reset

# in adb shell
settings put global http_proxy :0
settings delete global http_proxy
settings delete global global_http_proxy_host
settings delete global global_http_proxy_port

command from @bytedance/CodeLocator Code Here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages