I am working on an app to programmatically send an encrypted image file using MMS. I am using the code in this link, http://androidbridge.blogspot.com/2011/03/how-to-send-mms-programmatically-in.html.
This works fine for regular images and text...but when I try sending an encrypted binary file (using the content type of application/octet-stream the receiving phone seems to strip out the file when it's delivered.
I'm looking for a way to send a text body along with an encrypted image file...has anyone gotten this to work?