diff options
-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 a64129e665b3..756425eedabb 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -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> |