AndroidProxy.zip
可以通过使用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
文件列表
AndroidProxy.zip
(预估有个54文件)
AndroidProxy
AndroidProxy.iml
964B
gradlew.bat
2KB
gradlew
5KB
gradle.properties
855B
.gradle
buildOutputCleanup
buildOutputCleanup.lock
17B
cache.properties
51B
outputFiles.bin
22KB
暂无评论