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

Commit fc1dd04b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Whitelist ManagedProvisioning from bg check" into oc-dev

parents 834c260e bbb551cf
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" />