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

Commit be39334a authored by Peter Qiu's avatar Peter Qiu Committed by android-build-merger
Browse files

Merge "wifi: WifiConfiguration: update documentation for isHomeProviderNetwork"

am: 6ac19c0d

Change-Id: Ia4966b2d8109a85a94f59d7ec57b387a8f6f612e
parents 50351bd8 6ac19c0d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -376,7 +376,9 @@ public class WifiConfiguration implements Parcelable {

    /**
     * Flag indicating if this network is provided by a home Passpoint provider or a roaming
     * Passpoint provider.
     * Passpoint provider.  This flag will be {@code true} if this network is provided by
     * a home Passpoint provider and {@code false} if is provided by a roaming Passpoint provider
     * or is a non-Passpoint network.
     */
    public boolean isHomeProviderNetwork;