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

Commit e80ff7fe authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Set untrusted bit when create WIfiConfig" into rvc-dev am: 69540df3 am: 7026ae80

Change-Id: Ifaa0c775e925e153ab35487c2e99279f599a7866
parents 2020590b 7026ae80
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -545,6 +545,7 @@ public final class WifiNetworkSuggestion implements Parcelable {
                    mIsMetered ? WifiConfiguration.METERED_OVERRIDE_METERED
                            : WifiConfiguration.METERED_OVERRIDE_NONE;
            wifiConfiguration.carrierId = mCarrierId;
            wifiConfiguration.trusted = !mIsNetworkUntrusted;
            return wifiConfiguration;
        }