Hie!
I'm trying to develop an app that will do one of these 2 options -
whenever a user marks a text in any app (using the regular copy/paste), there will be another option besides copy/cut that will open my app. (preferred)
My app would listen to a copy text event in another app and will show a notification to the user. when they press it, it will open my app.
I haven't found a way to do either of these options.Some claim that I can listen to the copy activity but I couldn't understand how to do it(Android : How to listen to longclick events in any text area in other applications? click-events-in-any-text-area-in-other-application).
I'm not looking for anyone to write the code for me of course, just a pointer to the right direction if this is possible.
Thanks in advance, Shahar