android - Listen for other application events on rooted device -
is possible listen events (buttons clicks, typing in edittext, etc.) happen in other android applications on rooted device?
nope, why shouldn't it? makes no difference whether have root device or not. write system wide app kind of overlay on whole screen (above running apps) intercept touch events, know user has touched on location x/y on screen, far know there no way know ui element beyond coordinates on screen.
Comments
Post a Comment