commit | 01eeb0980b82e1f674973c3ea2721446b9938bf9 | [log] [tgz] |
---|---|---|
author | roldenburg <roldenburg@google.com> | Fri Jul 14 17:09:40 2017 -0700 |
committer | Eric Erfanian <erfanian@google.com> | Mon Jul 24 20:39:15 2017 +0000 |
tree | 5ddb2b53f94f3165940c8c030d022f5d6fa10cb6 | |
parent | 4c03fbdae402b836f2612658b3cede368eeb1dc1 [diff] |
Dont start a service to cancel missed call notifications, use DialerExecutor instead We cannot start services while in the background on O. Currently, we start a service to cancel missed call notifications in the onStop of our Activity. This is when we are going into the background so it is not safe (as we have seen from the crashes). Bug: 63633461 Test: CallLogNotificationsServiceTest PiperOrigin-RevId: 162029424 Change-Id: Ib0f46aed848ba0898af8cbee1c114b1e41f3ae32