Android access views from another process -


what i'm trying use joystick interact device(emulate tab or jump focus), want able access contents of whatever activity active (not app screens).root access not problem. best approach this? can't seem find many information online please point me in right directions , i'll update post relevant information future references

this not universally possible due security reasons , how android processes structured.

one way implement have common intent-driven interface developers of app, allowing send intents app trigger specific actions.

apart that, require custom rom allow such interaction between processes.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -