Loading core/java/com/google/android/mms/pdu/PduParser.java +0 −1 Original line number Diff line number Diff line Loading @@ -157,7 +157,6 @@ public class PduParser { } String ctTypeStr = new String(contentType); if (ctTypeStr.equals(ContentType.MULTIPART_MIXED) || ctTypeStr.equals(ContentType.MULTIPART_ALTERNATIVE) || ctTypeStr.equals(ContentType.MULTIPART_RELATED)) { // The MMS content type must be "application/vnd.wap.multipart.mixed" // or "application/vnd.wap.multipart.related" Loading Loading
core/java/com/google/android/mms/pdu/PduParser.java +0 −1 Original line number Diff line number Diff line Loading @@ -157,7 +157,6 @@ public class PduParser { } String ctTypeStr = new String(contentType); if (ctTypeStr.equals(ContentType.MULTIPART_MIXED) || ctTypeStr.equals(ContentType.MULTIPART_ALTERNATIVE) || ctTypeStr.equals(ContentType.MULTIPART_RELATED)) { // The MMS content type must be "application/vnd.wap.multipart.mixed" // or "application/vnd.wap.multipart.related" Loading