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

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

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

parents a8e42e91 3ad48f1e
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" />