[android-developers] Re: clicking a link on a website launches my application...

2011-01-12 Thread sdphil
that sample was great except that it doesn't show what the link the web site looks like. I assume it looks like what I have. The problem is that the browser is trying to redirect when I click on it instead of giving the intent to my app. On Jan 7, 2:11 pm, Mark Murphy wrote: > FWIW, here is a s

Re: [android-developers] Re: clicking a link on a website launches my application...

2011-01-07 Thread Kostya Vasilyev
You also need to add category BROWSEABLE. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 08.01.2011 1:11 пользователь "TreKing" написал: > On Fri, Jan 7, 2011 at 4:08 PM, sdphil wrote: > >> so you mean like this? >> > > I do. > > >> this gives the same thing... >> > > Remove the action comp

Re: [android-developers] Re: clicking a link on a website launches my application...

2011-01-07 Thread Mark Murphy
FWIW, here is a sample project showing some of this stuff in action (though not using myproto): https://github.com/commonsguy/cw-advandroid/tree/master/Introspection/URLHandler On Fri, Jan 7, 2011 at 5:08 PM, sdphil wrote: > so  you mean like this? > >             >                 >            

Re: [android-developers] Re: clicking a link on a website launches my application...

2011-01-07 Thread TreKing
On Fri, Jan 7, 2011 at 4:08 PM, sdphil wrote: > so you mean like this? > I do. > this gives the same thing... > Remove the action completely? Otherwise I don't know. - TreKing

[android-developers] Re: clicking a link on a website launches my application...

2011-01-07 Thread sdphil
so you mean like this? this gives the same thing... On Jan 7, 1:59 pm, TreKing wrote: > On Fri, Jan 7, 2011 at 3:55 PM, sdphil wrote: > > so, what am I doing wrong? > > The browser will not be launching an intent wit

Re: [android-developers] Re: clicking a link on a website launches my application...

2011-01-07 Thread TreKing
On Fri, Jan 7, 2011 at 3:55 PM, sdphil wrote: > so, what am I doing wrong? The browser will not be launching an intent with that action. Your action should probably be "ACTION_VIEW". - TreKing

[android-developers] Re: clicking a link on a website launches my application...

2011-01-07 Thread sdphil
hm... okay, so my web page looks like this: Test however, when I click on that on my phone's browser, it says "Web page not available The Web page at myproto://www.myproto.com" might be temporarily down or it may have in my AndroidManifest.xml file I have: