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

Commit 651b264b authored by Roshan Pius's avatar Roshan Pius
Browse files

WifiConfiguration: Correct documentation for priority

Addressing the concerns raised by API council for deprecating this
field.

Bug: 35854198
Test: make update-api
Change-Id: If9ca582f5d3bd8539a226b425662832241a447cc
parent cbd0c76a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;