hm... okay, so my web page looks like this:
<a href="myproto://www.myproto.com">Test</a>
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:
<intent-filter>
<action android:name="com.test.main"/>
<category
android:name="android.intent.category.DEFAULT"/>
<data android:scheme="myproto"/>
</intent-filter>
so, what am I doing wrong?
tia.
On Jan 6, 7:30 am, Kostya Vasilyev <[email protected]> wrote:
> No, this is done with an intent filter with a data element.
>
> http://developer.android.com/guide/topics/manifest/intent-filter-elem...
>
> http://developer.android.com/guide/topics/manifest/data-element.html
>
> -- Kostya
>
> 06.01.2011 18:24, sdphil пишет:
>
> > I would like to have a link on a website, such that when it is
> > clicked, it will launch my android application with specific
> > parameters.
>
> > is a ContentResolver the way to go about doing this?
>
> > any sample code, examples or tutorials on how to do this?
>
> > tia.
>
> --
> Kostya Vasilyev -- WiFi Manager + pretty widget
> --http://kmansoft.wordpress.com
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en