Loading res/values/config.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading src/com/android/settings/WirelessSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
res/values/config.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading
src/com/android/settings/WirelessSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading