If there are several mail clients in the device, and you just want one
receive your intent.
I think before your startActivity(), you have to setClassName(String
packageName, String className)
ex.
sendIntent.setClassName("com.android.email",
"com.android.email.activity.MessageCompose");2010/12/28 umakantpatil <[email protected]>: > If I make text/plain then it still shows buletooth, as well as it shows many > other things like facebook, twitter... etc etc.. > I just want emails.. > :) > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

