Executes a shell command on the android shell.

app.SysExec( command, options, maxRead, timeout ) → String

NOTE: You have to add a 'exit' command at the end of your script because the shell does not terminate automatically after finishing.

See Also: ExtExec

Example - ListDir SH click to expand contents