This is probably a very simple question, but how do I make my app a target for the share menu?
My app can process certain webpages so the user should be able to open the share menu from his browser (Chrome, Firefox or whatever), pick my app on the list and then the app should receive the url to do its job.
Ideally, it should only show up for certain url patterns, like
http://example.com/* but I am not sure if this is possible. It's not that important anyway.
I have seen examples using intent filters, but these examples open an app when the user clicks on certain links. This is not what I want. I only want my app to appear in the share menu.