Use adb commands in App for android

0

I'm starting to use some automation testing tools, including Espresso, UI Automator, or even an ADB command script. My question is if it is possible to create an application that runs ADB commands so that when it starts it executes the steps of a script done, if yes, is it necessary to have Root?

    
asked by anonymous 21.10.2018 / 02:20

1 answer

0

It is not possible to create an app that runs these commands, you can create a script (Bash / Python) that executes a sequence of ADB commands, but should run on your machine.

    
22.10.2018 / 15:56