OSDN Git Service

Remove band preference in WiFi settings.
authorpkanwar <pkanwar@google.com>
Mon, 14 Mar 2016 21:00:45 +0000 (14:00 -0700)
committerPankaj Kanwar <pkanwar@google.com>
Mon, 14 Mar 2016 21:05:56 +0000 (21:05 +0000)
Bug: b/25743379

Change-Id: Id330e2bb59a4a03479603a90c206662d3e3c5068

src/com/android/settings/wifi/ConfigureWifiSettings.java

index 5c151e7..aa79080 100644 (file)
@@ -228,11 +228,6 @@ public class ConfigureWifiSettings extends SettingsPreferenceFragment
         wifiIpAddressPref.setSelectable(false);
     }
 
-    private void updateFrequencyBandSummary(Preference frequencyBandPref, int index) {
-        String[] summaries = getResources().getStringArray(R.array.wifi_frequency_band_entries);
-        frequencyBandPref.setSummary(summaries[index]);
-    }
-
     private void initWifiAssistantPreference(
             Collection<NetworkScorerAppManager.NetworkScorerAppData> scorers) {
         int count = scorers.size();