diff options
author | 2017-02-09 20:42:07 +0000 | |
---|---|---|
committer | 2017-02-09 20:42:10 +0000 | |
commit | 3641585f07c20cd92dd21778053cfdbe4270b06b (patch) | |
tree | 117747746394458480f2179692ff2f63d03bb6ea | |
parent | 0e39f18e260c81364e9d89a63c8f2c13c28b93d9 (diff) | |
parent | 3f13c54f1443809ea14dbc04e14cdf2d4201be60 (diff) |
Merge "Fix issue #34592078: Mobile broadcast crash observed randomly..."
-rw-r--r-- | data/etc/platform.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml index 9cdc66047662..b394c3ccf296 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -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" /> |