android-smsmms icon indicating copy to clipboard operation
android-smsmms copied to clipboard

MMS_SENT and MMS_DELIVERED

Open kasparsj opened this issue 11 years ago • 3 comments
trafficstars

Hi,

It seems SMS_SENT and SMS_DELIVERED broadcasts are fired only for SMS, nbot MMS. Is there anything equivalent for MMS?

kasparsj avatar Mar 31 '14 13:03 kasparsj

I would love to hear answer to this question also!

adelburekovic avatar Sep 29 '14 10:09 adelburekovic

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.

pietrodev avatar Sep 29 '14 10:09 pietrodev

Hello @PietroDev Can you share some code ? I am facing same issue. Thanks in advance.

complitech avatar Jun 27 '15 07:06 complitech