Merge "Don't throttle "while idle" alarms while not dozing" into mnc-dev
This commit is contained in:
@@ -177,7 +177,7 @@ class AlarmManagerService extends SystemService {
|
||||
|
||||
private static final long DEFAULT_MIN_FUTURITY = 5 * 1000;
|
||||
private static final long DEFAULT_MIN_INTERVAL = 60 * 1000;
|
||||
private static final long DEFAULT_ALLOW_WHILE_IDLE_SHORT_TIME = 60*1000;
|
||||
private static final long DEFAULT_ALLOW_WHILE_IDLE_SHORT_TIME = DEFAULT_MIN_FUTURITY;
|
||||
private static final long DEFAULT_ALLOW_WHILE_IDLE_LONG_TIME = 15*60*1000;
|
||||
private static final long DEFAULT_ALLOW_WHILE_IDLE_WHITELIST_DURATION = 10*1000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user