AndroidProxy.zip

liangjianqing_ 6 0 ZIP 2020-07-19 02:07:14

可以通过使用adb命令快速进行wifi代理的设置和清除。 设置代理:(wifi名称不能有空格) adb shell am start -n com.lyman.proxysetter/.MainActivity -e host 代理IP地址 -e port 端口号 -e ssid WIFI名称 -e reset-wifi true -e key WIFI密码 取消代理: adb shell am start -n com.lyman.proxysetter/.MainActivity -e host 代理IP地址 -e port 端口号 -e ssid WIFI名称 -e clear true

用户评论
请输入评论内容
评分:
暂无评论