Merge "Increase max allowed min update jitter to 30s" into sc-dev am: 224f71520f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15245514

Change-Id: I2c4eb063741c99db94075e11ec9574316efc4537
This commit is contained in:
TreeHugger Robot
2021-07-12 20:54:58 +00:00
committed by Automerger Merge Worker

View File

@@ -155,7 +155,7 @@ public class LocationProviderManager extends
private static final float FASTEST_INTERVAL_JITTER_PERCENTAGE = .10f;
// max absolute jitter allowed for min update interval evaluation
private static final int MAX_FASTEST_INTERVAL_JITTER_MS = 5 * 1000;
private static final int MAX_FASTEST_INTERVAL_JITTER_MS = 30 * 1000;
// minimum amount of request delay in order to respect the delay, below this value the request
// will just be scheduled immediately