commit | e950296c2128799fa9a5e6ca19218613ae4ecbea | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Fri Feb 07 18:34:27 2020 -0800 |
committer | Christopher Tate <ctate@google.com> | Fri Feb 07 18:34:27 2020 -0800 |
tree | 1ee698d1d0292a1aa6767fc2dd47479f73f66028 | |
parent | c0324f3a1f00109e96f615a0216252778c636a93 [diff] |
Send LOCKED_BOOT_COMPLETED on same queue as BOOT_COMPLETED Make sure that the LOCKED_BOOT_COMPLETED broadcast is dispatched via the same delivery queue as BOOT_COMPLETED. Currently, it's possible for an app to receive the two broadcasts in reverse order, which violates the start sequence contract. Bug: 149030767 Test: boot & observe LOCKED_BOOT_COMPLETED / BOOT_COMPLETED history Change-Id: Ib44d53a0c97a24ec648e1d9c9057464f6cb331d8