diff options
| author | 2014-09-18 19:53:23 +0000 | |
|---|---|---|
| committer | 2014-09-18 19:53:25 +0000 | |
| commit | 9f5638ed23f37f726e4c72087a93adea1ce06bfa (patch) | |
| tree | 2582b11961f288730e8615e2985b6b9102af449b | |
| parent | b5dc5f6b555dd747bb4bc51bf5fe64e8a4aa4093 (diff) | |
| parent | d572e4504d3bd110d3968b31b33c134a200298c6 (diff) | |
Merge "Add new error result code for mms config loading failure (1/2)" into lmp-dev
| -rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index dc1711ec7c80..3ab4ce46fe05 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28731,6 +28731,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 |