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

Commit aaff6ff6 authored by Jack Yu's avatar Jack Yu
Browse files

Cleaned up the flag hide_roaming_icon

Cleaned up the 24Q1 flag hide_roaming_icon

Bug: 301467052
Test: Basic telephony functionality tests
Test: atest FrameworksTelephonyTests
Flag: EXEMPT removing flag
Change-Id: Ic4216e44aa4cd56214bed5911ef21eafb275430a
parent 59fbf3ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45146,7 +45146,7 @@ package android.telephony {
    field public static final String KEY_SHOW_ICCID_IN_SIM_STATUS_BOOL = "show_iccid_in_sim_status_bool";
    field public static final String KEY_SHOW_IMS_REGISTRATION_STATUS_BOOL = "show_ims_registration_status_bool";
    field public static final String KEY_SHOW_ONSCREEN_DIAL_BUTTON_BOOL = "show_onscreen_dial_button_bool";
    field @FlaggedApi("com.android.internal.telephony.flags.hide_roaming_icon") public static final String KEY_SHOW_ROAMING_INDICATOR_BOOL = "show_roaming_indicator_bool";
    field public static final String KEY_SHOW_ROAMING_INDICATOR_BOOL = "show_roaming_indicator_bool";
    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";
+0 −1
Original line number Diff line number Diff line
@@ -3219,7 +3219,6 @@ public class CarrierConfigManager {
     * The roaming indicator will be shown if this is {@code true} and will not be shown if this is
     * {@code false}.
     */
    @FlaggedApi(Flags.FLAG_HIDE_ROAMING_ICON)
    public static final String KEY_SHOW_ROAMING_INDICATOR_BOOL = "show_roaming_indicator_bool";
    /**