V
V
Vitaly Arkhipov2013-12-20 02:27:17
Android
Vitaly Arkhipov, 2013-12-20 02:27:17

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

1 answer(s)
T
tarikb, 2013-12-20
@arvitaly

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 question

Ask a Question

731 491 924 answers to any question