Allow ImsServiceEntitlement app to schedule jobs

ImsServiceEntitlement is a headless app for certain carriers requiring
background IMS provisioning only. So the app needs to be allowed to
schedule jobs.

Bug: 189397221
Test: make
Change-Id: Ib910681ef81a417aaa4a13514260cfa26098a048
This commit is contained in:
samalin
2021-05-29 18:16:22 +08:00
committed by Meng Wang
parent fd0acf04c5
commit cc01a8a656

View File

@@ -290,4 +290,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>