commit | b79432287c15ca44fa43e8a2bf4efd3e48c44292 | [log] [tgz] |
---|---|---|
author | Sneh Bansal <snehb@codeaurora.org> | Tue Oct 26 16:58:41 2021 +0530 |
committer | Kunmun <kunmun@aospa.co> | Sun May 15 22:43:12 2022 +0530 |
tree | bba997ebdb606ebc4c2230ad3880b721adbb255c | |
parent | efdd26af644a11dfc440a5d1c6de82dd807e165d [diff] |
Make CellBroadcastService a non-persistent app On Go targets, CellBroadcastService runs in phone process. This causes a conflict with PhoneApp, which is also persistent, and leads to a delay in PhoneApp's objects from being created during system start. Fix this by making CellBroadcastService non-persistent. Change-Id: Ifc1330be311d38077dcfbd0d707a3c533fa0d2e9 CRs-Fixed: 3057926