Need support for: SmsSentStatus Notification or Broadcast receiver for sent sms

sergiokv

Member
Licensed User
Longtime User
Does anyone know on how about any tool, event or broadcast notification in order to be notified whenever a SMS message is sent?

I tried the Broadcast receiver with the following code but didn't work (was not able to compile it)

Broadcast.addAction("android.provider.Telephony.SMS_SENT")
Broadcast.addAction(Broadcast.SMS_SENT)

Any feedback or tip will be highly appreciated.

Thanks,
 
Top