开发者

Intercepting incoming/outgoing emails for android

开发者 https://www.devze.com 2023-03-30 06:21 出处:网络
I have an app where i need to monitor incoming/outgoing gmail e-mails. Now, for SMS, similar sort of monitoring is possible with a开发者_开发百科 Broadcast receiver listening to android.provider.Telep

I have an app where i need to monitor incoming/outgoing gmail e-mails. Now, for SMS, similar sort of monitoring is possible with a开发者_开发百科 Broadcast receiver listening to android.provider.Telephony.SMS_RECEIVED. I was wondering if same thing is possible for emails also. Any suggestion would be very much appreciated.

Thanks


This seems to indicate that what you are looking to do is not going to be possible on a wide array of devices. And, even if you happen to find a way, it is likely that it will quit working at some point.

http://groups.google.com/group/android-developers/browse_thread/thread/ced02d814d411ac0/e87f23d06df43828?lnk=raot&pli=1

0

精彩评论

暂无评论...
验证码 换一张
取 消