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

Commit ea00f16c authored by Tony Mak's avatar Tony Mak
Browse files

Whitelist DMAgent from bg check

This should be reverted before O is shipped.

Test: Found DMAgent in the whitelist in Settings.

Bug: 36856786

Change-Id: I7828566e4bc93a30457c594471fa43270c0bf3b3
parent e35d5062
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -181,6 +181,9 @@
    <allow-in-power-save package="com.android.cellbroadcastreceiver" />
    <allow-in-power-save package="com.android.shell" />

    <!-- STOPSHIP(b/36856786): Revert this once it is fixed properly -->
    <allow-in-power-save package="com.google.android.apps.enterprise.dmagent" />

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