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

Commit 567d3f46 authored by vandwalle's avatar vandwalle Committed by Android (Google) Code Review
Browse files

Merge "revert change preventing NULL SSID in a WifiConfiguration"

parents 186213f2 559486f0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -509,8 +509,6 @@ public class WifiConfiguration implements Parcelable {
     * @hide
     */
    public boolean isValid() {
        if (SSID == null)
            return false;

        if (allowedKeyManagement == null)
            return false;