Hi every one, does any one knows which action could let a
broadcastreceiver react on an incoming email? For example, to be able
to react on a SMS is needed to add to the manifest.xml the following:

<receiver android:name=".Receptor_SMS" android:enabled="true">
                        <intent-filter>
                                <action 
android:name="android.provider.Telephony.SMS_RECEIVED" />
                        </intent-filter>
                </receiver>

Which action would be equivalent for receiving emails? Thanks in
advance.

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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to