Loading telephony/common/com/google/android/mms/pdu/PduComposer.java +3 −1 Original line number Diff line number Diff line Loading @@ -745,7 +745,9 @@ public class PduComposer { return PDU_COMPOSE_CONTENT_ERROR; } // X-Mms-Report-Allowed Optional (not support) // X-Mms-Report-Allowed Optional appendHeader(PduHeaders.REPORT_ALLOWED); return PDU_COMPOSE_SUCCESS; } Loading Loading
telephony/common/com/google/android/mms/pdu/PduComposer.java +3 −1 Original line number Diff line number Diff line Loading @@ -745,7 +745,9 @@ public class PduComposer { return PDU_COMPOSE_CONTENT_ERROR; } // X-Mms-Report-Allowed Optional (not support) // X-Mms-Report-Allowed Optional appendHeader(PduHeaders.REPORT_ALLOWED); return PDU_COMPOSE_SUCCESS; } Loading