On Fri, Apr 13, 2012 at 1:43 AM, Put_tiMe <[email protected]> wrote: > I'm looking at this: if com.android.email package exists, then I want to > open the "compose" activity, and automatically fill up the fields, such as > 'to', 'subject', etc... > > If the default mail package doesn't exist, then I don't mind showing the > chooser. > > The reason I want to do this is: > I know I want to send an e-mail. I don't want the user to choose > 'bluetooth'. > Because I know I don't want to use the 'bluetooth'.
What if the user does? And, what if the user is not using the Email app? What if they are using Gmail? What if they are using K9? What if they are using an email app supplied by their device manufacturer? > I need to do at least this: the chooser should should only the e-mail > capable apps. is that possible? Use ACTION_SENDTO and a mailto: URL. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 4.1 Available! -- 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

