WifiConfiguration: Remove priority field
am: 45491113ed
Change-Id: I2dd6f7f7b1912259b646a715049164b48334d5b4
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user