diff options
author | 2020-03-19 00:23:21 +0000 | |
---|---|---|
committer | 2020-03-19 00:23:21 +0000 | |
commit | 0f871decb21387177713124e9a05d8ff51f82fdb (patch) | |
tree | d78e8b4a660feb7fc6248be330b281582404a077 /api/system-current.txt | |
parent | 391b0331aa46c098805b4ba0f386575a9d5f7624 (diff) | |
parent | bc8df914968cc109afedf56022c320a84bf2b481 (diff) |
Merge "Remove Mainline APIs for MmsManger and TelephonyManager" into rvc-dev am: 91604c2138 am: 701f4bedb7 am: 8c876265e3 am: bc8df91496
Change-Id: I8b2e7d1bf01b9bc99f1de514454cd8efba8a5908
Diffstat (limited to 'api/system-current.txt')
-rwxr-xr-x | api/system-current.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index c2a02af26192..5b282cfc0c06 100755 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -11576,9 +11576,6 @@ package android.telephony { field public static final String ACTION_SIM_APPLICATION_STATE_CHANGED = "android.telephony.action.SIM_APPLICATION_STATE_CHANGED"; field public static final String ACTION_SIM_CARD_STATE_CHANGED = "android.telephony.action.SIM_CARD_STATE_CHANGED"; field public static final String ACTION_SIM_SLOT_STATUS_CHANGED = "android.telephony.action.SIM_SLOT_STATUS_CHANGED"; - field public static final int CARD_POWER_DOWN = 0; // 0x0 - field public static final int CARD_POWER_UP = 1; // 0x1 - field public static final int CARD_POWER_UP_PASS_THROUGH = 2; // 0x2 field public static final int CARRIER_PRIVILEGE_STATUS_ERROR_LOADING_RULES = -2; // 0xfffffffe field public static final int CARRIER_PRIVILEGE_STATUS_HAS_ACCESS = 1; // 0x1 field public static final int CARRIER_PRIVILEGE_STATUS_NO_ACCESS = 0; // 0x0 |