0
I’m starting to use some test automation tools, including Espresso, UI Automator or even an ADB command script. My question is whether it is possible to create an application that runs ADB commands so that when starting it runs the steps of a script done, if yes, it is necessary to have Root?
Could you post such an "ADB command script"? Most likely it can be translated into pure shell and run natively on the device. Some commands do not need root, although most probably yes.
– Lennoard Silva