Fixing Wifi strings and pref ordering per ui

- also no longer disabling wifi_watchdog toggle when radio is off.

Change-Id: Ic52249afd619028fe2765f434ee166f3d36e14fd
This commit is contained in:
Isaac Levy
2011-08-24 11:37:39 -07:00
parent 778e5240ee
commit 5070e45a87
3 changed files with 10 additions and 12 deletions

View File

@@ -78,8 +78,6 @@ public class AdvancedWifiSettings extends SettingsPreferenceFragment
watchdogEnabled.setChecked(Secure.getInt(getContentResolver(),
Secure.WIFI_WATCHDOG_ON, 1) == 1);
watchdogEnabled.setEnabled(mWifiManager.isWifiEnabled());
ListPreference frequencyPref = (ListPreference) findPreference(KEY_FREQUENCY_BAND);
if (mWifiManager.isDualBandSupported()) {