Merge "Add Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED flag."
This commit is contained in:
@@ -35081,6 +35081,7 @@ package android.provider {
|
||||
field public static final deprecated java.lang.String INSTALL_NON_MARKET_APPS = "install_non_market_apps";
|
||||
field public static final java.lang.String MODE_RINGER = "mode_ringer";
|
||||
field public static final java.lang.String NETWORK_PREFERENCE = "network_preference";
|
||||
field public static final java.lang.String NETWORK_RECOMMENDATIONS_ENABLED = "network_recommendations_enabled";
|
||||
field public static final java.lang.String OTA_DISABLE_AUTOMATIC_UPDATE = "ota_disable_automatic_update";
|
||||
field public static final java.lang.String RADIO_BLUETOOTH = "bluetooth";
|
||||
field public static final java.lang.String RADIO_CELL = "cell";
|
||||
|
||||
@@ -7450,6 +7450,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.
|
||||
|
||||
Reference in New Issue
Block a user