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

Commit 233bd3ce authored by Sanket Padawe's avatar Sanket Padawe Committed by Android (Google) Code Review
Browse files

Merge "Changes security for Passpoint to EAP security from "Passpoint"." into mnc-dev

parents d374c20f 194cce69
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -293,7 +293,8 @@ public class AccessPoint implements Comparable<AccessPoint> {
    public String getSecurityString(boolean concise) {
        Context context = mContext;
        if (mConfig != null && mConfig.isPasspoint()) {
            return context.getString(R.string.wifi_security_passpoint);
            return concise ? context.getString(R.string.wifi_security_short_eap) :
                context.getString(R.string.wifi_security_eap);
        }
        switch(security) {
            case SECURITY_EAP: