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:
@@ -48,7 +48,7 @@ public class AccessPointPreference extends Preference implements
|
||||
}
|
||||
|
||||
public void refresh() {
|
||||
setTitle(mState.getHumanReadableSsid());
|
||||
setTitle(mState.ssid);
|
||||
setSummary(mState.getSummarizedStatus());
|
||||
|
||||
notifyChanged();
|
||||
|
Reference in New Issue
Block a user