Remove the getHumanReadibleSsid().

Since we already push down the quotes handling in WifiService.java,
there is no need of the function.
This commit is contained in:
Chung-yih Wang
2009-10-13 18:11:52 +08:00
parent a5b7b45b6f
commit 69ea4234a0
4 changed files with 5 additions and 18 deletions

View File

@@ -262,7 +262,7 @@ public class WifiSettings extends PreferenceActivity implements WifiLayer.Callba
return;
}
menu.setHeaderTitle(state.getHumanReadableSsid());
menu.setHeaderTitle(state.ssid);
if (state.isConnectable()) {
menu.add(0, CONTEXT_MENU_ID_CONNECT, 0, R.string.wifi_context_menu_connect);