Is there anything that would prevent me from using UIAutomator in the implementation of an app released to the Android app store?
My goal is to automate some simple user interaction of a third party's app from my app. This requires introspection of, and interaction with third party apps. From my (limited) research, UIAutomator is the most general purpose way to accomplish this type of task.