Merge "Properly recognize repeating wakeup alarms" into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3bec50908b
@@ -1445,12 +1445,9 @@ class AlarmManagerService extends SystemService {
|
|||||||
maxTriggerTime(nowELAPSED, nextElapsed, alarm.repeatInterval),
|
maxTriggerTime(nowELAPSED, nextElapsed, alarm.repeatInterval),
|
||||||
alarm.repeatInterval, alarm.operation, batch.standalone, true,
|
alarm.repeatInterval, alarm.operation, batch.standalone, true,
|
||||||
alarm.workSource, alarm.alarmClock, alarm.userId);
|
alarm.workSource, alarm.alarmClock, alarm.userId);
|
||||||
|
}
|
||||||
|
|
||||||
// For now we count this as a wakeup alarm, meaning it needs to be
|
if (alarm.wakeup) {
|
||||||
// delivered immediately. In the future we should change this, but
|
|
||||||
// that required delaying when we reschedule the repeat...!
|
|
||||||
hasWakeup = false;
|
|
||||||
} else if (alarm.wakeup) {
|
|
||||||
hasWakeup = true;
|
hasWakeup = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user