Start Android intent from email
Posted
by AndersWid
on Stack Overflow
See other posts from Stack Overflow
or by AndersWid
Published on 2010-03-25T14:04:47Z
Indexed on
2010/03/25
17:53 UTC
Read the original article
Hit count: 569
Hi!
I need a good way of sending information TO the Android device that doesn't use a special server that has XML data. I would like to base this around email functionality. Lets say I send an email with some special text/link that when clicked starts and intent on the phone.
I don't want to replace the users current email application. A clickable link would be the best thing "intent://data1:data2" or something along these lines.
Speculations/solutions on how to proceed.
© Stack Overflow or respective owner