【发布时间】:2012-04-05 00:03:38
【问题描述】:
在某些手机(HTC Desire S with Gingerbread 和 Galaxy Nexus)上,以下 Intent 不会启动默认邮件客户端 (com.android.mail)。
viewIntent = new Intent(Intent.ACTION_SEND);
viewIntent.setType("plain/text");
有什么方法可以找出可以使用哪个intent来启动默认的mai客户端?
【问题讨论】: