Hi Hackborn,

For the example you have specified what will be the URL be?

Is it something like market://....?

Regards,
Perumal

On Mar 25, 1:46 pm, Dianne Hackborn <hack...@android.com> wrote:
> Yes, for example here is the declaration in the activity of Market that
> handles the user clicking on an Android Market URI link:
>
>         <activity android:name=".activities.AppsUrlHandlerActivity">
>             <intent-filter>
>                 <action android:name="android.intent.action.VIEW" />
>                 <category android:name="android.intent.category.DEFAULT" />
>                 <category android:name="android.intent.category.BROWSABLE"
> />
>
>                 <data android:scheme="http"
>                     android:host="market.android.com" android:pathPrefix=
> "/details" />
>                 <data android:scheme="http"
>                     android:host="market.android.com" android:pathPrefix=
> "/apps" />
>                 <data android:scheme="http"
>                     android:host="market.android.com" android:pathPrefix=
> "/search" />
>
>                 <data android:scheme="https"
>                     android:host="market.android.com" android:pathPrefix=
> "/details" />
>                 <data android:scheme="https"
>                     android:host="market.android.com" android:pathPrefix=
> "/apps" />
>                 <data android:scheme="https"
>                     android:host="market.android.com" android:pathPrefix=
> "/search" />
>
>             </intent-filter>
>         </activity>
>
>
>
> On Thu, Mar 24, 2011 at 8:23 PM, Syner <idesignsgr...@aol.com> wrote:
> > is there a way to add a 'custom url scheme' to an Android app that
> > when a user goes to a certain http:// url in the web browser it will
> > open the app?
>
> > i need functionality that is the same as this on Android.
>
> >http://iphonedevelopertips.com/cocoa/launching-your-own-application-v...
>
> > Any ideas?
>
> > --
> > 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
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.

-- 
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