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

Commit f748e768 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Automerger Merge Worker
Browse files

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

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24814502



Change-Id: Ibb4184e9a959a5fe93617f65c68bf1a8084b7fca
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 7decf02c e8ae7b22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16728,7 +16728,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);
            }
        }