android-smsmms
android-smsmms copied to clipboard
MMS_SENT and MMS_DELIVERED
Hi,
It seems SMS_SENT and SMS_DELIVERED broadcasts are fired only for SMS, nbot MMS. Is there anything equivalent for MMS?
I would love to hear answer to this question also!
Give a look ad Transaction source code.
For SENT: For my use I modified the Transaction source code by adding a PendingIntent (equivalent to the one for SMS) to be sent when the PROGRESS_COMPLETE has been received in the sendMmsMessage method. You may also listen to MMS_PROGRESS and see when it reached PROGRESS_COMPLETE. No idea for DELIVERED yet.
Hello @PietroDev Can you share some code ? I am facing same issue. Thanks in advance.