I'm curious ailinykh...what does your intent-filter look like to handle this? I would like to potentially do something similar.
Thanks! On Mar 7, 6:25 pm, ailinykh <[email protected]> wrote: > Thank you, Mark! > I tried to do it. It works... Almost. > > I created simple html file: > > <html> > <body> > > <a href="http://myhost/mypath?var1=val1">My Link http</a> > <p> > <p> > <a href="myapp://myhost/mypath?var1=val1">My Link myapp</a> > </body> > > </html> > > If I open this file in browser and click on second link my Activity > pops up. Everything is Ok. > But if I send content of this file to my email address Google removed > second link. It converts it to > <a>My Link myapp</a>. I guess Google keeps only http links. So it is > not clickable any more. > Probably, it has nothing to do with Android. Just wondering if someone > gets the same problem. > > Thank you, > Andrey -- 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

