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

Commit f0e50c66 authored by Rajeev Kumar's avatar Rajeev Kumar Committed by Android (Google) Code Review
Browse files

Merge "Default to allow dlc app to use data in data saver mode" into main

parents 9d592399 b95342f1
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -347,7 +347,9 @@
    <!-- Allow IMS service entitlement app to schedule jobs to run when app in background. -->
    <allow-in-power-save-except-idle package="com.android.imsserviceentitlement" />

    <!-- Allow device lock controller app to schedule jobs and alarms when app in background,
        otherwise, it may not be able to enforce provision for managed devices. -->
    <!-- Allow device lock controller app to schedule jobs and alarms, and have network access
         when app in background; otherwise, it may not be able to enforce provision for managed
         devices. -->
    <allow-in-power-save package="com.android.devicelockcontroller" />
    <allow-in-data-usage-save package="com.android.devicelockcontroller" />
</permissions>