Merge "WifiConfiguration: Correct documentation for priority"

am: f5fa26bf25

Change-Id: I37fd50fac3dc6c2db8c677d1a265fca73babf5da
This commit is contained in:
Roshan Pius
2017-03-17 17:28:13 +00:00
committed by android-build-merger

View File

@@ -307,7 +307,7 @@ public class WifiConfiguration implements Parcelable {
/**
* Priority determines the preference given to a network by {@code wpa_supplicant}
* when choosing an access point with which to associate.
* @deprecated Priority is no longer used.
* @deprecated This field does not exist anymore.
*/
@Deprecated
public int priority;