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 <mmur...@commonsware.com> wrote:
> 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...
>
>
>
> On Fri, Jan 7, 2011 at 5:08 PM, sdphil <phil.pellouch...@gmail.com> wrote:
> > so  you mean like this?
>
> >            <intent-filter>
> >                <action android:name="android.intent.action.VIEW"/>
> >                <category
> > android:name="android.intent.category.DEFAULT"/>
> >                <data android:scheme="myproto"/>
> >            </intent-filter>
>
> > this gives the same thing...
>
> > On Jan 7, 1:59 pm, TreKing <treking...@gmail.com> wrote:
> >> On Fri, Jan 7, 2011 at 3:55 PM, sdphil <phil.pellouch...@gmail.com> 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 <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> >> transit tracking app for Android-powered devices
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> _The Busy Coder's Guide to Android Development_ Version 3.4 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to