Re: [android-developers] Clicking a link in Browser initates a new Intent

2010-01-06 Thread Mark Murphy
> I am working on an app that I want to be able to open links from eg. > an email app. I have an intent-filter that looks like this: > > > > > > > > That intent filter is evil. > Now, if I click a link in an email, I get the dialog where I can > choose whether to open the link wi

[android-developers] Clicking a link in Browser initates a new Intent

2010-01-06 Thread Balder
I am working on an app that I want to be able to open links from eg. an email app. I have an intent-filter that looks like this: Now, if I click a link in an email, I get the dialog where I can choose whether to open the link with my app or with Browser. This is all well and good