Updated arguments for AccessPoint.getSummary calls
Changed the arguments for getSummary to reflect the changes in settingslib Bug: 118705403 Test: none Change-Id: I2bd02e608a900865ff90dd78463a164fca39c905
This commit is contained in:
@@ -366,9 +366,8 @@ public class WifiConfigController implements TextWatcher,
|
||||
suggestionOrSpecifierPackageName = config.creatorName;
|
||||
}
|
||||
String summary = AccessPoint.getSummary(
|
||||
mConfigUi.getContext(), state, isEphemeral,
|
||||
suggestionOrSpecifierPackageName,
|
||||
providerFriendlyName);
|
||||
mConfigUi.getContext(), /* ssid */ null, state, isEphemeral,
|
||||
suggestionOrSpecifierPackageName);
|
||||
addRow(group, R.string.wifi_status, summary);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user