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

Commit 1f14e73b authored by Ye Wen's avatar Ye Wen
Browse files

Add new error result code for mms config loading failure (2/2)

b/17556258

Change-Id: Ie1d65f03efa5fdd38378e0223f387713bf14c855
parent f3e102d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1007,6 +1007,7 @@ public final class SmsManager {
    public static final int MMS_ERROR_HTTP_FAILURE = 4;
    public static final int MMS_ERROR_IO_ERROR = 5;
    public static final int MMS_ERROR_RETRY = 6;
    public static final int MMS_ERROR_CONFIGURATION_ERROR = 7;

    // Intent extra name for result data
    public static final String EXTRA_MMS_DATA = "android.telephony.extra.MMS_DATA";