How to run an application on Android system directly from the browser?

Is it possible, and if so, how to launch the application directly from email or browser.

What I want to achieve is, the user gets an email of some activation link, clicks it, and it gets redirected to the app, possibly with some additions made to the intents.

Thanks in advance, Patryk

+2


source to share


1 answer


I assume you mean the browser on your phone? Yes, this is perfectly possible with the caveat that the application in question must support this intent. For example, if you click on a link in your browser mailto

, it will launch your email application. Read more about settings and intents here



+2


source







All Articles