开发者

Launch Android Default Email application through btn click

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜