Merge "wifi: WifiConfiguration: update documentation for isHomeProviderNetwork"

am: 6ac19c0d23

Change-Id: Ia4966b2d8109a85a94f59d7ec57b387a8f6f612e
This commit is contained in:
Peter Qiu
2017-03-03 19:10:46 +00:00
committed by android-build-merger

View File

@@ -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;