Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44b04655 authored by Anthony Stange's avatar Anthony Stange Committed by android-build-merger
Browse files

Merge "Add scan background mode to Settings.Global." am: 3aa06489 am: 4061a9f3

am: 5dd917de

Change-Id: Ib7fa9d8bafc273b6d455a15dd4d5a685010979b3
parents 74f0a9cc 5dd917de
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -9534,6 +9534,12 @@ public final class Settings {
        public static final String BLE_SCAN_LOW_LATENCY_INTERVAL_MS =
                "ble_scan_low_latency_interval_ms";

        /**
         * The mode that BLE scanning clients will be moved to when in the background.
         * @hide
         */
        public static final String BLE_SCAN_BACKGROUND_MODE = "ble_scan_background_mode";

       /**
        * Used to save the Wifi_ON state prior to tethering.
        * This state will be checked to restore Wifi after
+1 −0
Original line number Diff line number Diff line
@@ -129,6 +129,7 @@ public class SettingsBackupTest {
                    Settings.Global.BLE_SCAN_BALANCED_INTERVAL_MS,
                    Settings.Global.BLE_SCAN_LOW_LATENCY_WINDOW_MS,
                    Settings.Global.BLE_SCAN_LOW_LATENCY_INTERVAL_MS,
                    Settings.Global.BLE_SCAN_BACKGROUND_MODE,
                    Settings.Global.BLUETOOTH_A2DP_SINK_PRIORITY_PREFIX,
                    Settings.Global.BLUETOOTH_A2DP_SRC_PRIORITY_PREFIX,
                    Settings.Global.BLUETOOTH_A2DP_SUPPORTS_OPTIONAL_CODECS_PREFIX,