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

Commit 38112a26 authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge "Prevent PIP activity shown while keyguard locked" into main

parents 1d017d32 a0e565be
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4695,6 +4695,10 @@ final class ActivityRecord extends WindowToken {
    }

    boolean containsDismissKeyguardWindow() {
        if (inPinnedWindowingMode()) {
            return false;
        }

        // Window state is transient during relaunch. We are not guaranteed to be frozen during the
        // entirety of the relaunch.
        if (isRelaunching()) {