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

Commit 086ab848 authored by Soonil Nagarkar's avatar Soonil Nagarkar Committed by Android (Google) Code Review
Browse files

Merge "Add background location throttling to LocationManagerService"

parents 4ced22d6 7decfb6b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -7600,6 +7600,14 @@ public final class Settings {
       public static final String 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.
        * (0 = false, 1 = true)
+144 −64

File changed.

Preview size limit exceeded, changes collapsed.