diff options
| author | 2018-01-17 13:23:50 -0800 | |
|---|---|---|
| committer | 2018-01-17 13:23:50 -0800 | |
| commit | fb263323800ef866fb37545f67f373a867c1b9fb (patch) | |
| tree | 4aceeecff3b66a986353e97f981600546280c6d0 | |
| parent | 03863ba52620d3c078bad5a69105b85ab6304be5 (diff) | |
Put contacts/calendar providers in except-idle whitelist
Bug: 71911050
Test: Boot and dumpsys deviceidle
Change-Id: I544b660583c2752dadec920305b33b5a8557ce61
| -rw-r--r-- | data/etc/platform.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml index f169f225e279..993bae1eea00 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -194,6 +194,10 @@ <allow-in-power-save package="com.android.cellbroadcastreceiver" /> <allow-in-power-save package="com.android.shell" /> + <!-- Whitelist system providers --> + <allow-in-power-save-except-idle package="com.android.providers.calendar" /> + <allow-in-power-save-except-idle package="com.android.providers.contacts" /> + <!-- These are the packages that are white-listed to be able to run as system user --> <system-user-whitelisted-app package="com.android.settings" /> |