Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb263323 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Put contacts/calendar providers in except-idle whitelist

Bug: 71911050
Test: Boot and dumpsys deviceidle
Change-Id: I544b660583c2752dadec920305b33b5a8557ce61
parent 03863ba5
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -194,6 +194,10 @@
    <allow-in-power-save package="com.android.cellbroadcastreceiver" />
    <allow-in-power-save package="com.android.cellbroadcastreceiver" />
    <allow-in-power-save package="com.android.shell" />
    <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 -->
    <!-- These are the packages that are white-listed to be able to run as system user -->
    <system-user-whitelisted-app package="com.android.settings" />
    <system-user-whitelisted-app package="com.android.settings" />