Is it possible to make Service
which will get notified when text selection anywhere in Android system (google chrome, other apps) appears?
I thought to make BroadcastReceiver
with PROCESS_TEXT
action but it does not work.
Is it possible to make Service
which will get notified when text selection anywhere in Android system (google chrome, other apps) appears?
I thought to make BroadcastReceiver
with PROCESS_TEXT
action but it does not work.