I found some media types are not supported by MMS evenif they are alreday supported by platform. For example, user can not attach bmp file to MMS. The MMS supported mediatypes are listed in frame/base/core/java/com/ google/android/mms/ContentType.java , I modied this file ,added the bmp mediatype to the support list, then the bmp file can be attached to MMS and the Message is sent successfully. I think probably ContentType.java is just a mediatype filter for phone maker, it can be modifed at will based on the carrier's requirment. Otherwise, why does there exist a difference between MMS supported mediatypes and platform supported mediatypes.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

