Merge "Add Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED flag." am: 70ae1bf4db am: 45fdf32038 am: e70ef235fb

am: 70889ff69f

Change-Id: If076123dc3874615b058bbddfd3c4810f54b303d
This commit is contained in:
Stephen Chen
2016-12-06 19:41:55 +00:00
committed by android-build-merger
2 changed files with 10 additions and 0 deletions

View File

@@ -7762,6 +7762,15 @@ public final class Settings {
@SystemApi
public static final String WIFI_WAKEUP_ENABLED = "wifi_wakeup_enabled";
/**
* Value to specify if network recommendations from
* {@link com.android.server.NetworkScoreService} are enabled.
* @hide
*/
@SystemApi
public static final String NETWORK_RECOMMENDATIONS_ENABLED =
"network_recommendations_enabled";
/**
* Settings to allow BLE scans to be enabled even when Bluetooth is turned off for
* connectivity.