Custom url support in Android email
I am trying to port an iphone application to android. The application is supposed to be launced by a custom url that come as part of the email. The problem is that the email client coverts the custom urls from link to text (except for http,phone etc). Is there way throuh which i can add the custom url scheme to the default list when the application is installe开发者_运维百科d by the user.
When your app knows how to decode the URL, you call always call the intent for that particular application or service.
精彩评论