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

Commit 09687fb3 authored by Tony Mak's avatar Tony Mak Committed by android-build-merger
Browse files

Merge "Whitelist ManagedProvisioning from bg check" into oc-dev am: fc1dd04b

am: 742d3364

Change-Id: I5b325c62cc442b1f94d0770ca9ac8100045211ad
parents 4be5b119 742d3364
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -181,6 +181,10 @@
    <allow-in-power-save package="com.android.cellbroadcastreceiver" />
    <allow-in-power-save package="com.android.shell" />

    <!-- Package in charge of provisioning that needs to freely run in the background -->
    <!-- STOPSHIP: Revert this once it is fixed properly -->
    <allow-in-power-save package="com.android.managedprovisioning" />

    <!-- These are the packages that are white-listed to be able to run as system user -->
    <system-user-whitelisted-app package="com.android.settings" />