Start Android intent from email
- by AndersWid
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.