Can anybody please guide me regarding how to launch my android application from the android browser?
|
|
Use an
Then, when the user clicks on a link to twitter in the browser, they will be asked what application to use in order to complete the action: the browser or your application. Of course, if you want to provide tight integration between your website and your app, you can define your own scheme:
Then, in your web app you can put links like:
And when the user clicks it, your app will be launched automatically (because it will probably be the only one that can handle Edit: To answer your question, you can use
You can do the above anywhere in your |
|||||||||||||||||||
|
|
Please see my comment here: Make a link in the Android browser start up my app? We strongly discourage people from using their own schemes, unless they are defining a new world-wide internet scheme. |
|||||||||||||||||||||
|
|
In my case I had to set two categories for the
|
||||
|
|
|
There should also be |
|||||||||
|
|
Hey I got the solution. I did not set the category as "Default". Also I was using the Main activity for the intent Data. Now i am using a different activity for the intent data. Thanks for the help. :) |
|||
|
|
You need to add a pseudo-hostname to the CALLBACK_URL 'app://' doesn't make sense as a URL and cannot be parsed. |
|||
|
|
