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

Commit 6fbb18cf authored by Ye Wen's avatar Ye Wen Committed by Android Git Automerger
Browse files

am 42618e2a: Add new mms error for no data network (airplane mode or no mobile data)

* commit '42618e2a':
  Add new mms error for no data network (airplane mode or no mobile data)
parents 353900a1 42618e2a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1050,6 +1050,7 @@ public final class SmsManager {
    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;
    public static final int MMS_ERROR_NO_DATA_NETWORK = 8;

    /** Intent extra name for MMS sending result data in byte array type */
    public static final String EXTRA_MMS_DATA = "android.telephony.extra.MMS_DATA";