Merge "Let application set reply MMS delivery report on or off"

This commit is contained in:
Treehugger Robot
2020-03-20 16:41:34 +00:00
committed by Gerrit Code Review

View File

@@ -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;
}