I am looking for an app that would run a background service that would record MotionEvents at all times (even when not in the app) and store them in some sort of logfile. Then, when requested, would replay these MotionEvents in order to simulate the user interacting with the device.
As you can probably guess, this is for UI automation.
I am about to start writing this app on my own, but I wanted to make sure that I wasn't re-inventing the wheel