How can I read the result from input stream? .
mollykewl2024 opened this issue · 2 comments
mollykewl2024 commented
Ex : I run the "pm list packages -3" command . How can i read the result from this command. Hope to get answer soon. Thanks !
2307225432 commented
You can use Adbstream.read() to get result,it return a byte[],just turn it into String
mollykewl2024 commented
@2307225432 Got it. Thanks for your quick response.