Hotspot 2.0 UI for saved network.
Bug: 20182930 Change-Id: I455773f446dad323ed9cb559c2f2d69ca53af46c
This commit is contained in:
@@ -224,6 +224,10 @@ public class WifiConfigController implements TextWatcher,
|
||||
} else {
|
||||
mProxySettingsSpinner.setSelection(PROXY_NONE);
|
||||
}
|
||||
if (config != null && config.isPasspoint()) {
|
||||
addRow(group, R.string.passpoint_label, String.format(
|
||||
mContext.getString(R.string.passpoint_content), config.providerFriendlyName));
|
||||
}
|
||||
}
|
||||
|
||||
if ((!mAccessPoint.isSaved() && !mAccessPoint.isActive())
|
||||
|
Reference in New Issue
Block a user