shell
- Syntax
- Example
SHELL <adb_shell_command>
SHELL ime reset
Run an arbitrary adb shell command. This is an experimental feature. Not all shell commands that work at an adb shell prompt will work here. No output that may be provided in the command will be displayed.
-
adb_shell_command
- the adb shell command to run. This could be any command you can run at an adb shell prompt, although the adb shell has different permission levels than Scan2Deploy, so there is no guarantee if the command will run successfully or not. -
Android's official documentation for SHELL command can be found here.