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

Commit 7f01eaea authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Replace "whitelisted" with "allowed"" into main

parents 710143f5 c3a6909d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -322,11 +322,11 @@
    <library name="android.hidl.manager-V1.0-java"
            file="/system/framework/android.hidl.manager-V1.0-java.jar" />

    <!-- These are the standard packages that are white-listed to always have internet
    <!-- These are the standard packages that are allowed to always have internet
         access while in power save mode, even if they aren't in the foreground. -->
    <allow-in-power-save package="com.android.providers.downloads" />

    <!-- These are the standard packages that are white-listed to always have internet
    <!-- These are the standard packages that are allowed to always have internet
         access while in data mode, even if they aren't in the foreground. -->
    <allow-in-data-usage-save package="com.android.providers.downloads" />

@@ -338,7 +338,7 @@
    <!-- Emergency app needs to run in the background to reliably provide safety features -->
    <allow-in-power-save package="com.android.emergency" />

    <!-- Whitelist system providers -->
    <!-- Allow system providers -->
    <!-- Calendar provider needs alarms while in idle -->
    <allow-in-power-save package="com.android.providers.calendar" />
    <allow-in-power-save-except-idle package="com.android.providers.contacts" />