There is no such concept. SMS and e-mail is very different. SMS comes through the standard telephony layer into the system and is dispatched to the app that can handle it (there is only that one place that SMS comes from). E-mail, however, is really defined by each app, and a particular e-mail app may define and retrieve e-mail in very different ways than another e-mail app. For example, Gmail works very differently than the generic Email app, and the system is not involved at all in these apps retrieving and processing their e-mail.
On Tue, Jan 6, 2009 at 12:38 PM, Matt Hall <[email protected]> wrote: > > Hi All, > > I'm looking for a permission or something similar to the SMS > equivalent java.lang.String RECEIVE_SMS. I'd like to be able to > process incoming emails in my app and am wondering if there's a way to > do that. > > Thanks very much, > Matt > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

