Skip to content
Commit 9050d9a4 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Some issues with persisted snoozed notifications

- NPEs because they weren't being added to all of the
necessary data structures
- AlarmManager cannot schedule alarms before activitymanager
is ready, so schedule alarms in ALARM_MANAGER_READY phase
instead of NMS startup phase
- persisted notificatoins have persist the time they should return,
not the duration, so don't add elapsedRealtime to their times

Test: atest
Fixes: 149835514
Change-Id: I0fd14936180811f7079d3d1530e3ddb503cdb448
parent 23c9b1f2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment