Answer the question
In order to leave comments, you need to log in
Is it possible to run an application from an android browser?
The question is, from the android application we launch the browser through the Intent, some actions are performed there and here we would like to return back to the application: by redirect or something else? Like how can Skype run skype:name.
Answer the question
In order to leave comments, you need to log in
Yes, it's possible. Here is the answer of one of the Googlers
stackoverflow.com/questions/3469908/make-a-link-in...
In short - register the intent filter for the http scheme and with the host of your site + the desired path. so you can even pass parameters to the application.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question