Merge "Allow ImsServiceEntitlement app to schedule jobs" into sc-dev

This commit is contained in:
Meng Wang
2021-06-08 23:50:09 +00:00
committed by Android (Google) Code Review

View File

@@ -293,4 +293,7 @@
be able to connect to the internet when such a proxy is in use, since
all outgoing connections originate from this app. -->
<allow-in-power-save-except-idle package="com.android.proxyhandler" />
<!-- Allow IMS service entitlement app to schedule jobs to run when app in background. -->
<allow-in-power-save-except-idle package="com.android.imsserviceentitlement" />
</permissions>