I posted this query here, but as usual, noone knows / no replies
http://www.anddev.org/viewtopic.php?p=41513#41513
How can I launch the android default mail application through the click of a button in my code?
I would also like to know, how this can be done to launch the contacts list 开发者_开发百科also.
Any help in this regard is appreciated,
Regards, Rony
How can I launch the android default mail application through the click of a button in my code?
Use an ACTION_SEND
Intent
.
(BTW, I apologize for the formatting of that blog post -- AndroidGuys keeps changing hosting providers, which screws up my posts)
I would also like to know, how this can be done to launch the contacts list also.
Use an ACTION_PICK
Intent
.
精彩评论