RootTools icon indicating copy to clipboard operation
RootTools copied to clipboard

Request: Allow to get an InputStream from the addCommand callback

Open AndroidDeveloperLB opened this issue 8 years ago • 0 comments

Suppose I have a file that I wish to read using an inputSteam, but it's in a protected place, how can I do it? I know I can copy the file and then read it, but I wish to avoid it.

Also, is it possible to get an inputStream from the output of the commands?

AndroidDeveloperLB avatar Aug 18 '16 23:08 AndroidDeveloperLB