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

Commit bd3d2900 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #64140901: Maps crashed entering PIP right after..." into oc-mr1-dev

parents f299ab10 52195a66
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -23879,8 +23879,10 @@ public class ActivityManagerService extends IActivityManager.Stub
                Slog.w(TAG, "markAsSentFromNotification(): not a PendingIntentRecord: " + target);
                return;
            }
            synchronized (ActivityManagerService.this) {
                ((PendingIntentRecord) target).setWhitelistDurationLocked(whitelistToken, duration);
            }
        }
        @Override
        public void setDeviceIdleWhitelist(int[] appids) {