Merge "wifi: WifiConfiguration: update documentation for isHomeProviderNetwork" am: 6ac19c0d23

am: be39334afb

Change-Id: I922cadda8d9becd391dbaffc0da7e098bdda89f6
This commit is contained in:
Peter Qiu
2017-03-03 19:16:14 +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;