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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -