diff options
author | Fabian Kozynski <kozynski@google.com> | 2019-11-26 13:09:11 -0500 |
---|---|---|
committer | Fabian Kozynski <kozynski@google.com> | 2019-12-03 10:27:57 -0500 |
commit | cb6968c3ea689c23adafb5c9dd36626923001350 (patch) | |
tree | 68fe2e629e5e32167dcddf051c296bd148dbc727 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | bbe62f41ab20911eec344bb52d20eed9ff8e8143 (diff) |
Remove ACTION_BOOT_COMPLETED filters
Only SystemUIApplication will listen for ACTION_BOOT_COMPLETED with
SYSTEM_HIGH_PRIORITY. SystemUI subclasses will get onBootCompleted
directly whereas other classes can get it through BootCompleteCache.
Therefore classes need not wait for a call that may never happen.
Also, removed onBootComplete from KUM as it was not being used (and
there's a separate cache now).
Finally, fix BroadcastDispatcher to also reject IntentFilter with set
priority != 0.
Test: atest BroadcastDispatcher
Test: build and log that onBootComplete related calls are happening
Change-Id: I0dff299c715cea3228a944aac9ad57bb4ae71339
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions