Show full summary for network location sercice even for wifi-only devices

Bug: 6694051
Change-Id: Ic2446aa640bc2688fd74885eeb55f179c51e7691
This commit is contained in:
Amith Yamasani
2012-06-19 10:53:49 -07:00
parent 284c9872ce
commit 1270eb5e43

View File

@@ -100,11 +100,6 @@ public class LocationSettings extends SettingsPreferenceFragment
mUseLocation = useLocation;
}
// Change the summary for wifi-only devices
if (Utils.isWifiOnly(getActivity())) {
mNetwork.setSummaryOn(R.string.location_neighborhood_level_wifi);
}
return root;
}