Intents? How to register to be alerted for incoming emails?

Posted by Justin on Stack Overflow See other posts from Stack Overflow or by Justin
Published on 2010-03-13T19:01:45Z Indexed on 2010/03/13 19:05 UTC
Read the original article Hit count: 235

Filed under:

Extreme Android developer newbie here...well, new to Android development, not development in general.

I want to write an application that gets notified when emails come into the device, and takes various actions based on data in the email (subject, sender, to, etc). I think what I have to do is create a BroadcastReceiver with an IntentFilter. The problem I'm having is figuring out what Intent(s) I need to "listen" for. Can anyone point me in the right direction? Thanks.

© Stack Overflow or respective owner

Related posts about android