Merge "Make WifiConfiguration#meteredHint a @SystemApi" am: f456ddf3fd am: a81a4163f5
am: 9209505c85
Change-Id: I4584fa5909f60fa21dec2014c90b3d7dc49a13a9
This commit is contained in:
@@ -26851,6 +26851,7 @@ package android.net.wifi {
|
||||
field public boolean hiddenSSID;
|
||||
field public java.lang.String lastUpdateName;
|
||||
field public int lastUpdateUid;
|
||||
field public boolean meteredHint;
|
||||
field public int networkId;
|
||||
field public int numAssociation;
|
||||
field public int numScorerOverride;
|
||||
|
||||
@@ -701,6 +701,7 @@ public class WifiConfiguration implements Parcelable {
|
||||
* {@link com.android.server.wifi.WifiStateMachine}, or via a network score in
|
||||
* {@link com.android.server.wifi.ExternalScoreEvaluator}.
|
||||
*/
|
||||
@SystemApi
|
||||
public boolean meteredHint;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user