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

Commit 787409ae authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Merge "Compute correct rejected time" into pi-dev

am: 29e2a3dd

Change-Id: Ifbbf9fc7ff2b6392bdf3084849b276c9daae3767
parents 9df8e550 29e2a3dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1571,7 +1571,7 @@ public class AppOpsManager {
            long time = 0;
            for (int i = 0; i < _NUM_UID_STATE; i++) {
                if (mRejectTimes[i] > time) {
                    time = mTimes[i];
                    time = mRejectTimes[i];
                }
            }
            return time;