That's still not his question. We know that you can *poll* the sms sent provider. He is wondering why you can't subscribe and catch a broadcast when an sms is sent..
kris On Thu, Feb 16, 2012 at 2:16 PM, Gigi <[email protected]> wrote: > just use "content://sms/sent" > > > On 6 fév, 14:26, Pedrito <[email protected]> wrote: >> Yes, but that intent action is not documented, so it may be >> outdated... >> >> I also read >> thishttp://stackoverflow.com/questions/5808577/android-listen-outgoing-sm... >> but that doesn't work, It works if I use "content://sms/" but it >> detects received andsentmessages, I just want to detect thesent >> ones... >> >> I can't find the right way of doing this... >> >> On 6 feb, 04:31, Kristopher Micinski <[email protected]> wrote: >> >> >> >> >> >> >> >> >http://stackoverflow.com/questions/4117701/android-sms-broadcast-rece... >> >> > ?? >> >> > kris >> >> > On Sun, Feb 5, 2012 at 9:32 PM, Pedrito <[email protected]> wrote: >> > > How can I do to detect asentmessage?? >> >> > > I've been trying to do this but it just doesn't work... >> >> > > ContentResolver contentResolver = context.getContentResolver(); >> > > contentResolver.registerContentObserver(Uri.parse("content://sms/ >> > > out"),true, yourObserver); >> >> > > Any idea?? It's drivingme crazy!! >> >> > > -- >> > > You received this message because you are subscribed to the Google >> > > Groups "Android Developers" group. >> > > To post to this group, send email to [email protected] >> > > 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 > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > 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 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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

