Merge "Show full summary for network location sercice even for wifi-only devices" into jb-dev

This commit is contained in:
Amith Yamasani
2012-06-19 15:59:48 -07:00
committed by Android (Google) Code Review

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;
}