Hello All, I need to send MMS programmatically for which Android has provided support from Lollipop:
http://developer.android.com/reference/android/telephony/SmsManager.html#sendMultimediaMessage(android.content.Context, android.net.Uri, java.lang.String, android.os.Bundle, android.app.PendingIntent) I have found this SO link for the same issue: Unable to send MMS using SmsManager <http://stackoverflow.com/questions/28862925/unable-to-send-mms-using-smsmanager> Below are issues with MMS API: - It is not clear how to build message PDU to send. - Where to mention destination address? - What is config-overrides? I searched for PDU message format for MMS but no success. Any help is appreciated, Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/74da8a0c-a0dd-4318-8907-58b593479d3e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

