From d572e4504d3bd110d3968b31b33c134a200298c6 Mon Sep 17 00:00:00 2001 From: Ye Wen Date: Thu, 18 Sep 2014 11:42:45 -0700 Subject: Add new error result code for mms config loading failure (1/2) b/17556258 Change-Id: I589a7b77be215dc98fb9f2c9b1a04cac5ee53558 --- api/current.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/api/current.txt b/api/current.txt index cbf4d67319b0..099e5bb1951b 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28733,6 +28733,7 @@ package android.telephony { field public static final java.lang.String MMS_CONFIG_UA_PROF_TAG_NAME = "uaProfTagName"; field public static final java.lang.String MMS_CONFIG_UA_PROF_URL = "uaProfUrl"; field public static final java.lang.String MMS_CONFIG_USER_AGENT = "userAgent"; + field public static final int MMS_ERROR_CONFIGURATION_ERROR = 7; // 0x7 field public static final int MMS_ERROR_HTTP_FAILURE = 4; // 0x4 field public static final int MMS_ERROR_INVALID_APN = 2; // 0x2 field public static final int MMS_ERROR_IO_ERROR = 5; // 0x5 -- cgit v1.2.3-59-g8ed1b