What is the right way to catch incoming emails and sms? I don't want
to read them I just want to be notified. (my service wants to get a
callback and get something done)

I tried to setup the BrodcastReceiver listening for
"ACTION_PROVIDER_CHANGED". But I can't get something in the onReceive
method although the gmail app is throwing out this action. (which I
can see in the Logcat) The receiver can't be wrong since I can get
Airplane Mode changed actions in my onReceive method. Am I lacking
some permissions?

I'm looking forward reading your answers.

Regards!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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