adb-wifi-setting-manager

wifi切换项目 https://github.com/pr4bh4sh/adb-wifi-setting-manager

adb指令启动app入口参数: https://zhuanlan.zhihu.com/p/390600582、https://www.125la.com/3486.html

-a actionactivity对应的action;
--es key stringValue; 传递 String 参数;
--ez key booleanValue; 传递 Boolean 参数;
--ei key intValue; 传递 int 参数;
--el key longValue; 传递 long 参数;
--ef key floatValue; 传递 float 参数;
posted @ 2022-10-20 14:44  小毛编  阅读(51)  评论(0)    收藏  举报