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

Commit 7decfb6b authored by Soonil Nagarkar's avatar Soonil Nagarkar
Browse files

Add background location throttling to LocationManagerService

Test: manual tests
Change-Id: I27f060d2f5338a8750dcbe5cbe4cfadb4edb0464
parent 41ec732b
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -7489,6 +7489,14 @@ public final class Settings {
       public static final String HDMI_CONTROL_AUTO_DEVICE_OFF_ENABLED =
       public static final String HDMI_CONTROL_AUTO_DEVICE_OFF_ENABLED =
               "hdmi_control_auto_device_off_enabled";
               "hdmi_control_auto_device_off_enabled";


       /**
        * The interval in milliseconds at which location requests will be throttled when they are
        * coming from the background.
        * @hide
        */
       public static final String LOCATION_BACKGROUND_THROTTLE_INTERVAL_MS =
                "location_background_throttle_interval_ms";

       /**
       /**
        * Whether TV will switch to MHL port when a mobile device is plugged in.
        * Whether TV will switch to MHL port when a mobile device is plugged in.
        * (0 = false, 1 = true)
        * (0 = false, 1 = true)
+144 −64

File changed.

Preview size limit exceeded, changes collapsed.