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

Commit e8ae7b22 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Android (Google) Code Review
Browse files

Merge "Inform temp-allowlist changes from AMS to NPMS asynchronously." into udc-qpr-dev

parents 9c373ef0 22bedab4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16767,7 +16767,7 @@ public class ActivityManagerService extends IActivityManager.Stub
            for (int i = 0; i < N; i++) {
                PendingTempAllowlist ptw = list[i];
                mLocalDeviceIdleController.addPowerSaveTempWhitelistAppDirect(ptw.targetUid,
                        ptw.duration, ptw.type, true, ptw.reasonCode, ptw.tag,
                        ptw.duration, ptw.type, false, ptw.reasonCode, ptw.tag,
                        ptw.callingUid);
            }
        }