I have this link in an email
mycustomscheme://my.domain.name/mypathprefix
but clicking on it will give me the
Web page not available
The Web page at email:// might be temporarily down or it may have
moved permanently to a new web address.
Not sure where it's getting the email:// when I'm using mycustomscheme://
Anywho this is what I have in my manifest file:
<activity android:name=".SplashScreen">
<intent-filter>
<action android:name="android.intent.action.MAIN"></action>
<category android:name="android.intent.category.LAUNCHER"></
category>
</intent-filter>
<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="mycustomscheme"
android:host="my.domain.name"
android:pathPrefix="mypathprefix"/>
</intent-filter>
</activity>
I think that is all that needs to be done, but it's not working for
me, hope someone could help, thanks.
--
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