Getting notification / listener when action is performed (chimpChat / monkeyrunner tool)
- by Dr. AtZe
I want to get a notification if someone has performed an action in an android app from outside of the app. I don't want to make any (android) code changes. To do the actions I use the Chimpchat.jar, the .jar that the monkeyrunner tool uses.
To be clear: Can I get a notification or register listeners on components from outside of the app?
e.g.
Run my android app
My java application links into the device with chimpChat via the adb
The user touches a button
My java application gets a notification what was performed
= am I able to get that information? If not, am I able to get the information on which position the tab was?
Hopefully it's clear what I want to do.
Thanks, soeren