Fix issue #34592078: Mobile broadcast crash observed randomly...

...when using device on mobile data

Whitelist CellBroadcastReceiver, this is a core OS component anyway
so this probably makes sense.

Test: manual

Change-Id: I1560093640e81064ad123ff0bbcb307583fc47c6
This commit is contained in:
Dianne Hackborn
2017-02-09 11:05:11 -08:00
parent 660ea8c6d7
commit 3f13c54f14

View File

@@ -177,6 +177,9 @@
access while in data mode, even if they aren't in the foreground. -->
<allow-in-data-usage-save package="com.android.providers.downloads" />
<!-- This is a core platform component that needs to freely run in the background -->
<allow-in-power-save package="com.android.cellbroadcastreceiver" />
<!-- These are the packages that are white-listed to be able to run as system user -->
<system-user-whitelisted-app package="com.android.settings" />