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

Commit 617c2b0e authored by Rambo Wang's avatar Rambo Wang Committed by Android (Google) Code Review
Browse files

Merge "Deprecate carrier config KEY_SIMPLIFIED_NETWORK_SETTINGS_BOOL"

parents 9d9480aa 6e164b4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41577,7 +41577,7 @@ package android.telephony {
    field public static final String KEY_SHOW_SIGNAL_STRENGTH_IN_SIM_STATUS_BOOL = "show_signal_strength_in_sim_status_bool";
    field public static final String KEY_SHOW_VIDEO_CALL_CHARGES_ALERT_DIALOG_BOOL = "show_video_call_charges_alert_dialog_bool";
    field public static final String KEY_SHOW_WFC_LOCATION_PRIVACY_POLICY_BOOL = "show_wfc_location_privacy_policy_bool";
    field public static final String KEY_SIMPLIFIED_NETWORK_SETTINGS_BOOL = "simplified_network_settings_bool";
    field @Deprecated public static final String KEY_SIMPLIFIED_NETWORK_SETTINGS_BOOL = "simplified_network_settings_bool";
    field public static final String KEY_SIM_NETWORK_UNLOCK_ALLOW_DISMISS_BOOL = "sim_network_unlock_allow_dismiss_bool";
    field public static final String KEY_SMDP_SERVER_ADDRESS_STRING = "smdp_server_address_string";
    field public static final String KEY_SMS_REQUIRES_DESTINATION_NUMBER_CONVERSION_BOOL = "sms_requires_destination_number_conversion_bool";
+3 −0
Original line number Diff line number Diff line
@@ -489,7 +489,10 @@ public class CarrierConfigManager {
    /**
     * Control whether users receive a simplified network settings UI and improved network
     * selection.
     *
     * @deprecated Never implemented. Has no behavior impact when override. DO NOT USE.
     */
    @Deprecated
    public static final String
            KEY_SIMPLIFIED_NETWORK_SETTINGS_BOOL = "simplified_network_settings_bool";