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

Commit 42618e2a authored by Ye Wen's avatar Ye Wen
Browse files

Add new mms error for no data network (airplane mode or no mobile data)

b/18872094

Change-Id: I15facaa4b0e70d615157c4166c9d86715ba596df
parent cf53a4ab
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";