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

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

Merge "handle removal of self added configurations"

parents 597b6370 2d0f71ee
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -494,6 +494,12 @@ public class WifiConfiguration implements Parcelable {
     */
    public boolean didSelfAdd;

    /**
     * peer WifiConfiguration this WifiConfiguration was added for
     * @hide
     */
    public String peerWifiConfiguration;

    /**
     * @hide
     * Indicate that a WifiConfiguration is temporary and should not be saved
@@ -980,6 +986,7 @@ public class WifiConfiguration implements Parcelable {
            lastConnectUid = source.lastConnectUid;
            lastUpdateUid = source.lastUpdateUid;
            creatorUid = source.creatorUid;
            peerWifiConfiguration = source.peerWifiConfiguration;
        }
    }