shell代理执行
无障碍
accShell 无障碍模式下使用shell(非root)
提示
- 只能执行不需要权限的shell 比如ls
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
commandArr | 是 | string | adb shell命令,必要时手动把命令拆成数组确保稳定运行,如:cd到含特 殊字符、空格的文件夹等。可以直接传命令字符串。 |
logd(laoleng.shell.accShell("ls -l /sdcard/1.txt"))
返回值 | 类型 | 说明 |
---|---|---|
-rwxrwx--- 1 root everybody 7660 2022-07-24 23:27 /sdcard/1.txt | string | 返回值 |
代理模式
openAirMode 开启飞行模式,需要root
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
无 | 无 | 无 | 无 |
laoleng.shell.openAirMode();