diff options
author | Christopher Tate <ctate@google.com> | 2017-12-07 16:54:04 -0800 |
---|---|---|
committer | Christopher Tate <ctate@google.com> | 2017-12-08 13:53:42 -0800 |
commit | 1d99c391ecd30c27be2e8f61aa9ec64546d15d4b (patch) | |
tree | 76e3378f4da2b13f1c6295d18570c7ff43173eb9 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | ab39cc5797ae7d2298b25f543cbb2e175356ebe7 (diff) |
Cancel alarms & jobs when an app's data is cleared
In the same bit of code, fix a system restore issue: in the
course of setup + restore, we reestablish permission grants and
notification state up front for the to-be-restored app, and
then bring in its data. However, a data wipe is part of the
prologue for that data delivery -- so we were inadvertently
unwinding the permission grants and notification state restore
that we'd just performed. Now, we distinguish the restore flow
from other clear-data operations so we don't unwind that operation.
Finally take the opportunity to elide a lot of copypasta code into
a single predicate-driven implementation.
Bug: 67508896
Bug: 69538432
Test: atest android.app.cts.AlarmManagerTest
Change-Id: I15c912c3c99645599ae9bd6fb7337fa86b4e5757
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions