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

Commit e2f81830 authored by Dave Langemak's avatar Dave Langemak Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE: revert change preventing NULL SSID in a...

Merge "DO NOT MERGE: revert change preventing NULL SSID in a WifiConfiguration" into lmp-preview-dev
parents 24f1e534 f4672ad2
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;