Skip to content
Snippets Groups Projects
Commit 00e3d835 authored by Zhen Zhang's avatar Zhen Zhang
Browse files

Always allow devicelockcontroller to schedule jobs/alarms in background

Bug: 290924390
Test: builld successfully
Test: flash aosp_mokey_go32-userdebug and go to settings,
      battery saving mode is fixed at unrestricted for dlc
Change-Id: I7a5be87b89b4f31e10e0b9c0d5fca21ed40f9f92
parent 7123f0d8
No related branches found
No related tags found
No related merge requests found
......@@ -346,4 +346,8 @@
<!-- 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-in-power-save package="com.android.devicelockcontroller" />
</permissions>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment