diff options
author | samalin <samalin@google.com> | 2021-05-29 18:16:22 +0800 |
---|---|---|
committer | Meng Wang <mewan@google.com> | 2021-06-03 16:38:16 +0000 |
commit | cc01a8a65654e168a592279db076b7c9397ff981 (patch) | |
tree | d9b68dbb9a13173191429c2a1fac83de7107de72 /data | |
parent | fd0acf04c5c2b6814289f6a090161c3a5ccec0f8 (diff) |
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
Diffstat (limited to 'data')
-rw-r--r-- | data/etc/platform.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml index 7262ce5b8619..2b29e4944504 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -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> |