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

Commit c43b1769 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Fix issue #64140901: Maps crashed entering PIP right after..."...

Merge "Merge "Fix issue #64140901: Maps crashed entering PIP right after..." into oc-mr1-dev am: bd3d2900 am: d30bbfa7"
parents f827a4f5 e5f774c8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -23885,8 +23885,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) {