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

Commit 559486f0 authored by vandwalle's avatar vandwalle
Browse files

revert change preventing NULL SSID in a WifiConfiguration

bug: 15114340

Change-Id: Ic66363fc7781a1d65e5b8647843a752c048145a1
parent 3d0f8ebc
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;