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

Commit c7c61595 authored by Zhen Zhang's avatar Zhen Zhang Committed by Android (Google) Code Review
Browse files

Merge "Always allow devicelockcontroller to schedule jobs/alarms in background" into udc-qpr-dev

parents 7113bc5a 00e3d835
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -346,4 +346,8 @@


    <!-- Allow IMS service entitlement app to schedule jobs to run when app in background. -->
    <!-- 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-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-in-power-save package="com.android.devicelockcontroller" />
</permissions>
</permissions>