Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4176ca2 authored by Michele Berionne's avatar Michele Berionne Committed by android-build-merger
Browse files

Merge "Remove @hide annotation from KEY_CARRIER_CONFIG_VERSION_STRING"

am: ac9e1f55

Change-Id: I6f1827d5387a1b04c0f1a3dd22301ef1758f5e72
parents 79ad2295 ac9e1f55
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
+0 −1
Original line number Diff line number Diff line
@@ -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";