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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user