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 <[email protected]> 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-via-a-custom-url-scheme.html
>
> 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 [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
>
--
Dianne Hackborn
Android framework engineer
[email protected]
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 [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