Hi Sunny,
I examined attentively DeepLink repository and I found your project very interesting and useful. Actually, it seems exactly what I am looking for, with a little difference: I would like to highlight a block of text within any Android app, then long tap, select Share item in pop-up menu and send that block to my app, that should eventually get it. As far as I see, your extension looks rather capable to process and filter an hyperlink the user taps on, in order to decide if it has to be opened by an AI2 app.
Anyway, I think your approach is good and I feel I am on the right way, so I tried to somehow modify your Java file as per your suggestions, in order to fit it to my need, but, after several attempts fiddling with @UsesActivities
section, I could not make it work. Here below there is Java file I edited:
DeepLink.java.txt (2.6 KB)
Where am I wrong? May be necessary modify as well OnCreate()
method code accordingly? If so, how?
Thank you so much again for your kind and patient support.