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

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

Merge "Put MSG_REPORT_TEMP_APP_WHITELIST_CHANGED_TO_NPMS back."

parents 771a2c96 c550f3ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2850,7 +2850,7 @@ public class DeviceIdleController extends SystemService
        }
        final int appId = UserHandle.getAppId(uid);
        updateTempWhitelistAppIdsLocked(uid, false, 0, 0);
        mHandler.obtainMessage(MSG_REPORT_TEMP_APP_WHITELIST_CHANGED, appId, 0)
        mHandler.obtainMessage(MSG_REPORT_TEMP_APP_WHITELIST_CHANGED_TO_NPMS, appId, 0)
                .sendToTarget();
        reportTempWhitelistChangedLocked(uid, false);
        try {