Hi I'm looking for a way for my application to respond to a specific URL scheme such as myapp:// for example. I know you can register a url scheme to launch applications and such but that is not what I am looking for.
I want my app to call a method and return a certain string when it sees the custom url scheme essentially intercepting the request. is that currently possible in android?