Merge "Hotspot 2.0 UI for saved network." into mnc-dev

This commit is contained in:
Sanket Padawe
2015-05-14 02:40:36 +00:00
committed by Android (Google) Code Review
2 changed files with 8 additions and 0 deletions

View File

@@ -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())