am 35bc6b5f
: Wifi disconnect policy summary text should not contain "mobile data".
* commit '35bc6b5f151ea073522f14067eb92aab3a99bc7d': Wifi disconnect policy summary text should not contain "mobile data".
This commit is contained in:
@@ -218,6 +218,7 @@ public class WifiSettings extends SettingsPreferenceFragment
|
||||
if (pref != null) {
|
||||
if (Utils.isWifiOnly()) {
|
||||
pref.setEntries(R.array.wifi_sleep_policy_entries_wifi_only);
|
||||
pref.setSummary(R.string.wifi_setting_sleep_policy_summary_wifi_only);
|
||||
}
|
||||
pref.setOnPreferenceChangeListener(this);
|
||||
int value = Settings.System.getInt(getContentResolver(),
|
||||
|
Reference in New Issue
Block a user