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

Commit 31e3198c authored by Tian Ru's avatar Tian Ru Committed by Gerrit - the friendly Code Review server
Browse files

Settings: Modify irregular strings on Settings.

Remove 'T-Mobile' strings on Setting

Change-Id: I877b6db7908b87a883bf00a6897f8da78c896242
CRs-Fixed: 1064477
parent 676911e2
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);