executeShell

fun executeShell(vararg args: String): Process

Same as execute but uses "shell" instead of "exec-out", use this if there are input/output issues with execute

Return

Process instance of the command

Parameters

args

command or arguments passed onto adb