diff options
author | SongFerng Wang <songferngwang@google.com> | 2021-03-19 13:09:55 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-03-19 13:09:55 +0000 |
commit | 3ccc2738e2b469c7dec4f4a4a10c6a2f71824b0b (patch) | |
tree | d3d9f4d031bac14d07a1d75bd3e196af149d9019 /core/api | |
parent | 0afaa9d9f6c472bb88c03b8edaaa282cd868b3b5 (diff) | |
parent | 1de59a9c597b0d83f783d9a029f177b123335a9a (diff) |
Merge "Implementation of "Enable 2G" for Settings."
Diffstat (limited to 'core/api')
-rw-r--r-- | core/api/current.txt | 1 | ||||
-rw-r--r-- | core/api/system-current.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/api/current.txt b/core/api/current.txt index 2b5075dfae95..8224a754ec69 100644 --- a/core/api/current.txt +++ b/core/api/current.txt @@ -39222,6 +39222,7 @@ package android.telephony { field public static final String KEY_GSM_ROAMING_NETWORKS_STRING_ARRAY = "gsm_roaming_networks_string_array"; field public static final String KEY_HAS_IN_CALL_NOISE_SUPPRESSION_BOOL = "has_in_call_noise_suppression_bool"; field public static final String KEY_HIDE_CARRIER_NETWORK_SETTINGS_BOOL = "hide_carrier_network_settings_bool"; + field public static final String KEY_HIDE_ENABLE_2G = "hide_enable_2g_bool"; field public static final String KEY_HIDE_ENHANCED_4G_LTE_BOOL = "hide_enhanced_4g_lte_bool"; field public static final String KEY_HIDE_IMS_APN_BOOL = "hide_ims_apn_bool"; field public static final String KEY_HIDE_LTE_PLUS_DATA_ICON_BOOL = "hide_lte_plus_data_icon_bool"; diff --git a/core/api/system-current.txt b/core/api/system-current.txt index ad867880aec5..7066f799d7a7 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -10234,6 +10234,7 @@ package android.telephony { 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 ALLOWED_NETWORK_TYPES_REASON_CARRIER = 2; // 0x2 + field public static final int ALLOWED_NETWORK_TYPES_REASON_ENABLE_2G = 3; // 0x3 field public static final int ALLOWED_NETWORK_TYPES_REASON_POWER = 1; // 0x1 field public static final int ALLOWED_NETWORK_TYPES_REASON_USER = 0; // 0x0 field public static final int CALL_WAITING_STATUS_DISABLED = 2; // 0x2 |