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
-~----------~----~----~----~------~----~------~--~---

Reply via email to