Re: [android-developers] Re: notification/broadcast for sent sms

2010-07-05 Thread Saurav
Thank you all for your kind responses. I kinda knew about the broadcast for reception, fact is that, I wanted something for sent sms. But, my bad. Anyways, is there a log that is maintained by the android for all incomings and outgoings of sms? I don't mean the inbox content provider! Thanks agai

[android-developers] Re: notification/broadcast for sent sms

2010-07-04 Thread joebowbeer
Issue 2261 requests this feature: http://code.google.com/p/android/issues/detail?id=2261 Given that the provider is accessible (if permissions are granted), and there is already a change notification and broadcast on reception, I wonder why there isn't a change notification or broadcast when a me

Re: [android-developers] Re: notification/broadcast for sent sms

2010-07-04 Thread Mark Murphy
On Sun, Jul 4, 2010 at 1:09 PM, Saurav wrote: > Thank you for ur reply! Indeed. > Point is i'm not sending the sms. the sms is sent by the user using > some other app or the default messaging app. For privacy reasons, I am quite happy with other applications not knowing about SMS messages I send.

[android-developers] Re: notification/broadcast for sent sms

2010-07-04 Thread Saurav
Thank you for ur reply! Indeed. Point is i'm not sending the sms. the sms is sent by the user using some other app or the default messaging app. So, basically, my hands are tied. Like the sms_receive broadcast, is there something for sms sent? i just need to know when a sms is sent. On Jul 4, 1

Re: [android-developers] Re: notification/broadcast for sent sms

2010-07-04 Thread Mark Murphy
On Sun, Jul 4, 2010 at 3:28 AM, Saurav wrote: > Could anyone enlighten me on this subject? Please! Send the SMS with SmsManager, and then you can register a PendingIntent to be notified when it is sent. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://

[android-developers] Re: notification/broadcast for sent sms

2010-07-04 Thread Saurav
Could anyone enlighten me on this subject? Please! Regards, Saurav Mukherjee. On Thu, Jul 1, 2010 at 11:09 PM, Saurav wrote: > hi all, > is there any way to be notified (using a broadcast receiver) after a sms is > sent? i want to get notified when a sms is sent and carry on with my > progra