Make WifiConfiguration#meteredHint a @SystemApi

This allows NetworkRecommendationProviders to set this field on
returned WifiConfigurations.

Test: make
Bug: 33760009
Change-Id: I4d34272a1fb8d88bcc56cf4f00d8beadd06ac603
Merged-In: I4d34272a1fb8d88bcc56cf4f00d8beadd06ac603
This commit is contained in:
Amin Shaikh
2016-12-20 11:00:34 -08:00
parent f420b91e26
commit d3dfd3b8e9
2 changed files with 2 additions and 0 deletions

View File

@@ -26855,6 +26855,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;

View File

@@ -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;
/**