http://stackoverflow.com/questions/4117701/android-sms-broadcast-receiver
?? kris On Sun, Feb 5, 2012 at 9:32 PM, Pedrito <[email protected]> wrote: > How can I do to detect a sent message?? > > 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

