summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeng Wang <mewan@google.com>2021-06-08 23:50:09 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-06-08 23:50:09 +0000
commit0c1b382acef08231a17afbfb9ed8261e1e0dc366 (patch)
treefbbb27d19b0e47e2435278d0a2b7b719f3ac89d2
parente71b4d16cc8594b190ee6ce168c926b83ea1f53a (diff)
parentcc01a8a65654e168a592279db076b7c9397ff981 (diff)
Merge "Allow ImsServiceEntitlement app to schedule jobs" into sc-dev
-rw-r--r--data/etc/platform.xml3
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>