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

Commit dad27cfe authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Settings: Modify irregular strings on Settings."

parents 85cd8b7a 31e3198c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -74,8 +74,8 @@
    <bool name="config_regional_hotspot_tether_help_enable">false</bool>
    <bool name="config_show_dialog_open_wifi_when_tethering_open">false</bool>
    <bool name="config_regional_account_check_dialog_enable">false</bool>
    <!-- Tethering & Mobile HotSpots display summary on Tmoblie -->
    <bool name="config_tethering_settings_display_summary_Tmobile">false</bool>
    <!-- Config to Tethering & Mobile HotSpots display summary -->
    <bool name="config_tethering_settings_display_summary">false</bool>

    <!-- Config to enable/disable wifi call notification -->
    <bool name="config_regional_wifi_calling_notificaion_enable">false</bool>
+1 −1
Original line number Diff line number Diff line
@@ -507,7 +507,7 @@ public class WirelessSettings extends SettingsPreferenceFragment implements Inde
            p.setTitle(com.android.settingslib.Utils.getTetheringLabel(cm));

            if (this.getResources().getBoolean(
                    R.bool.config_tethering_settings_display_summary_Tmobile)){
                    R.bool.config_tethering_settings_display_summary)){
                RestrictedPreference rp = (RestrictedPreference) p;
                rp.useAdminDisabledSummary(false);
                p.setSummary(R.string.tethering_settings_summary);