Re: [android-developers] Custom Data Schema

2011-05-16 Thread Mark Murphy
On Mon, May 16, 2011 at 12:34 PM, Gregory Moore wrote: > I am wanting to use a custom schema for opening my application such as > myschema:// That's a "scheme", not a "schema". A schema is a description of a database layout (table structures, etc.). > It works fine if I put that schema in a webp

[android-developers] Custom Data Schema

2011-05-16 Thread Gregory Moore
I am wanting to use a custom schema for opening my application such as myschema:// It works fine if I put that schema in a webpage as a link, but if I send an email with that link (even if an html email) the gmail client does not linkify the url making it so the user cannot click the link to open