- command
- The command to execute.
Documentation for this section has not yet been entered.
Executes a shell command. This method returs a file descriptor that points
to the standard output stream. The command execution is similar to running
"adb shell
Note: It is your responsibility to close the retunred file descriptor once you are done reading.