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

Commit 70f5c60c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Allow Remote Key Provisioning to run in data and power saver mode." into main am: a5a22663

parents ebe16f7d a5a22663
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -325,10 +325,12 @@
    <!-- 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" />
    <allow-in-power-save package="com.android.rkpdapp" />

    <!-- 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" />
    <allow-in-data-usage-save package="com.android.rkpdapp" />

    <!-- This is a core platform component that needs to freely run in the background -->
    <allow-in-power-save package="com.android.cellbroadcastreceiver.module" />