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

Unverified Commit c9786101 authored by Michael Bestas's avatar Michael Bestas
Browse files

WindowManager: Add clearPrivateFlags

Change-Id: I0b51a52bf26f3566e74063e22f5c1b187c74b525
parent c06e1bb1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1049,6 +1049,11 @@ public abstract class Window {
        setFlags(0, flags);
    }

    /** @hide */
    public void clearPrivateFlags(int flags) {
        setPrivateFlags(0, flags);
    }

    /**
     * Set the flags of the window, as per the
     * {@link WindowManager.LayoutParams WindowManager.LayoutParams}