Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc01a8a6 authored by samalin's avatar samalin Committed by Meng Wang
Browse files

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
parent fd0acf04
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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>