As far as I know, GMail does not provide intent filters for the standard ACTION_SEND. (which to my opinion it should!)
But it is difficult to tell, as the source code does not seem to be available either. Peli www.openintents.org On Jul 16, 5:00 pm, Flying Coder <[email protected]> wrote: > I know I can do this: > > Intent intent = pm.getLaunchIntentForPackage("com.google.android.gm"); > > startActivity(intent); > > But, are there any "generic" intents that will launch gmail? For > instance, I can use ACTION_SEND to send an email, but what similar > intent will simply launch gmail? > > Thanks, > Steve --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

