Launch Android app linking with particular url -


Can anyone tell me how to launch Android application with a special URL. If I am getting this URL by mail.

Please suggest how I can open the app on a special URL.

"post-text" itemprop = "text">

One option is to be a web site, and that web site has an intention-filter for a specific URI. For example, this is what the market prevents URI on its website:

  & lt; Intro-filter & gt; & Lt; Action Android: name = "android.intent.action.VIEW" /> & Lt; Category android: name = "android.intent.category.DEFAULT" /> & Lt; Category android: name = "android.intent.category.BROWSABLE" /> & Lt; Data Android: scheme = "http" Android: host = "market.android.com" Android: path = "/ search" /> & Lt; / Intent-Filter & gt;  

Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -