Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5af90f9f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Show correct security type for PasspointConfiguration" into oc-mr1-dev

parents 0a0bc5f8 2bde6e72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -604,7 +604,7 @@ public class AccessPoint implements Comparable<AccessPoint> {

    public String getSecurityString(boolean concise) {
        Context context = mContext;
        if (mConfig != null && mConfig.isPasspoint()) {
        if (isPasspoint() || isPasspointConfig()) {
            return concise ? context.getString(R.string.wifi_security_short_eap) :
                context.getString(R.string.wifi_security_eap);
        }