Android : Pass commands to adb through android app

on Saturday, December 13, 2014


I am looking for a way to run a command located in a text file inside of an android app using the adb. Is this possible? I know it possible to read a file through the adb, but is it possible to run a files contents ('adb shell '...) without viewing it's contents?


Thanks in advance!


0 comments:

Post a Comment