OSDN Git Service

WifiConfiguration: Correct documentation for priority
authorRoshan Pius <rpius@google.com>
Thu, 16 Mar 2017 18:07:07 +0000 (11:07 -0700)
committerRoshan Pius <rpius@google.com>
Thu, 16 Mar 2017 23:41:12 +0000 (16:41 -0700)
Addressing the concerns raised by API council for deprecating this
field.

Bug: 35854198
Test: make update-api
Change-Id: If9ca582f5d3bd8539a226b425662832241a447cc

wifi/java/android/net/wifi/WifiConfiguration.java

index 6e659e6..3b5bf61 100644 (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;