Re: [android-developers] Opening an Application from a URL Link

2011-09-26 Thread Mark Murphy
Add an for ACTION_VIEW, CATEGORY_BROWSEABLE, and a element for a URL under your control. As a benefit, you can put a Web page at that URL for everybody who encounters your link and doesn't have the app installed, or isn't using an Android device. On Mon, Sep 26, 2011 at 12:24 PM, Mark Cz wrote:

[android-developers] Opening an Application from a URL Link

2011-09-26 Thread Mark Cz
Hi All, I want my application to be opened from a link, and it works fine (most of the time this is the reason I am asking for help) My html link is Open Application and my intent filter is in the form so far so good (I hope). It works fine from m-o-s-t of th