Merge "Remove @hide annotation from KEY_CARRIER_CONFIG_VERSION_STRING"
This commit is contained in:
@@ -42087,6 +42087,7 @@ package android.telephony {
|
||||
field public static final java.lang.String KEY_CALL_FORWARDING_BLOCKS_WHILE_ROAMING_STRING_ARRAY = "call_forwarding_blocks_while_roaming_string_array";
|
||||
field public static final java.lang.String KEY_CARRIER_ALLOW_TURNOFF_IMS_BOOL = "carrier_allow_turnoff_ims_bool";
|
||||
field public static final java.lang.String KEY_CARRIER_CALL_SCREENING_APP_STRING = "call_screening_app";
|
||||
field public static final java.lang.String KEY_CARRIER_CONFIG_VERSION_STRING = "carrier_config_version_string";
|
||||
field public static final java.lang.String KEY_CARRIER_DATA_CALL_PERMANENT_FAILURE_STRINGS = "carrier_data_call_permanent_failure_strings";
|
||||
field public static final java.lang.String KEY_CARRIER_DEFAULT_WFC_IMS_MODE_INT = "carrier_default_wfc_ims_mode_int";
|
||||
field public static final java.lang.String KEY_CARRIER_DEFAULT_WFC_IMS_ROAMING_MODE_INT = "carrier_default_wfc_ims_roaming_mode_int";
|
||||
|
||||
@@ -81,7 +81,6 @@ public class CarrierConfigManager {
|
||||
* Specifies a value that identifies the version of the carrier configuration that is
|
||||
* currently in use. This string is displayed on the UI.
|
||||
* The format of the string is not specified.
|
||||
* @hide
|
||||
*/
|
||||
public static final String KEY_CARRIER_CONFIG_VERSION_STRING =
|
||||
"carrier_config_version_string";
|
||||
|
||||
Reference in New Issue
Block a user