Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0700efd authored by Ye Wen's avatar Ye Wen Committed by Android (Google) Code Review
Browse files

Merge "Send HTTP status code back in case of MMS HTTP failure (2/3)" into lmp-mr1-dev

parents f1227d71 b53e8e15
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1006,8 +1006,10 @@ public final class SmsManager {
    public static final int MMS_ERROR_RETRY = 6;
    public static final int MMS_ERROR_CONFIGURATION_ERROR = 7;

    // Intent extra name for result data
    // Intent extra name for MMS sending result data in byte array type
    public static final String EXTRA_MMS_DATA = "android.telephony.extra.MMS_DATA";
    // Intent extra name for HTTP status code for MMS HTTP failure in integer type
    public static final String EXTRA_MMS_HTTP_STATUS = "android.telephony.extra.MMS_HTTP_STATUS";

    /**
     * Update the status of a pending (send-by-IP) MMS message handled by the carrier app.