Re: [android-developers] Receiver for SMS SENT, EMAIL SENT and Calender EVENT

2011-08-18 Thread Mark Murphy
On Thu, Aug 18, 2011 at 1:51 AM, Ajmer Singh ajmersing...@gmail.com wrote:
 Basically I need a kind to automatically generated callback for SMS SENT and
 EMAIL SENT and Calender event.Please could any body let me know how can i do
 this?.

You can't. There are no Intents broadcast for any of those.
Furthermore, two of them (email and calendar) are not even part of the
operating system -- those are the responsibility of individual apps,
of which there are hundreds of implementations.

 Is there any Receiver for SMS Sent and EMAIL SENT??.

No.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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


[android-developers] Receiver for SMS SENT, EMAIL SENT and Calender EVENT

2011-08-17 Thread Ajmer Singh
Hi All,

I am working on a Android app, which will allow users to better manage his
time, he spent with his contacts ie how much time he spent in call with a
particular person or email or sms.

Basically I need a kind to automatically generated callback for SMS SENT and
EMAIL SENT and Calender event.Please could any body let me know how can i do
this?.

Is there any Receiver for SMS Sent and EMAIL SENT??.
Thanks in advance.

-- 
Thanks and Regards
Ajmer Singh

-- 
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