WifiConfiguration: Remove priority field

am: 45491113ed

Change-Id: I2dd6f7f7b1912259b646a715049164b48334d5b4
This commit is contained in:
Roshan Pius
2017-02-08 20:49:13 +00:00
committed by android-build-merger
4 changed files with 5 additions and 3 deletions

View File

@@ -24632,7 +24632,7 @@ package android.net.wifi {
field public boolean isHomeProviderNetwork;
field public int networkId;
field public java.lang.String preSharedKey;
field public int priority;
field public deprecated int priority;
field public java.lang.String providerFriendlyName;
field public long[] roamingConsortiumIds;
field public int status;

View File

@@ -26988,7 +26988,7 @@ package android.net.wifi {
field public int numScorerOverride;
field public int numScorerOverrideAndSwitchedNetwork;
field public java.lang.String preSharedKey;
field public int priority;
field public deprecated int priority;
field public java.lang.String providerFriendlyName;
field public long[] roamingConsortiumIds;
field public int status;

View File

@@ -24705,7 +24705,7 @@ package android.net.wifi {
field public boolean isHomeProviderNetwork;
field public int networkId;
field public java.lang.String preSharedKey;
field public int priority;
field public deprecated int priority;
field public java.lang.String providerFriendlyName;
field public long[] roamingConsortiumIds;
field public int status;

View File

@@ -305,7 +305,9 @@ 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
public int priority;
/**