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

Commit b95342f1 authored by Zhen Zhang's avatar Zhen Zhang
Browse files

Default to allow dlc app to use data in data saver mode

This change is for AOSP devices

Test: manually verified
Bug: 317264199
Change-Id: I0f125986084f90a8b57de14d1f703c3377bbb005
parent 72978bf4
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>