Android Question Automatically click a button in another application

Lucas Siqueira

Active Member
Licensed User
Longtime User

DonManfred

Expert
Licensed User
Longtime User
on a button in another application?
You can´t. It is not allowed for other apps to do that. At least not if using targetsdk >23 (or so)

Tapping uses Accessibility services to work.

So you need to use accessibility service.
Search the forum. @moster67 did a wrapper for it.
Be warned; it may be a more complicated task then you think...
 
Last edited:
Upvote 0
Top