java - How to monitor the highlighted text(or selected text) from other opened APPs in Android -


in java can highlighted text native window using jna or jni. example use monitor text highlighted

is there way same thing using android sdk??

you welcome use accessibility apis write accessibility service , watch text selection events. require user agree allow app spy on user input, tend make app less popular.

otherwise, not possible, obvious privacy , security reasons.


Comments