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

Commit 742d3364 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

Change-Id: I69b3c9fed0cc52b7a500f05a2ca8cd9fe3d0cc36
parents 7035d9a9 fc1dd04b
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" />