cgutman/AdbLib

How can I read the result from input stream? .

mollykewl2024 opened this issue · 2 comments

Ex : I run the "pm list packages -3" command . How can i read the result from this command. Hope to get answer soon. Thanks !

You can use Adbstream.read() to get result,it return a byte[],just turn it into String

@2307225432 Got it. Thanks for your quick response.