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

Commit a6674a38 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wifi: Modify the default value of SIMNum to 0 instead of 1."

parents dec3714f 64077a09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -844,7 +844,7 @@ public class WifiConfiguration implements Parcelable {
        noInternetAccess = false;
        mIpConfiguration = new IpConfiguration();
        duplicateNetwork = false;
        SIMNum = 1;
        SIMNum = 0;
    }

    /**