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

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

Merge "Re-mark addPrivateFlags as UnsupportedAppUsage" into qt-dev am: 1806895b

am: ab1d65c3

Change-Id: I4f16187e6e1975ab56c0fb977632c20974437a9d
parents b8fd8ad5 ab1d65c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1090,6 +1090,7 @@ public abstract class Window {
     *
     * @hide
     */
    @UnsupportedAppUsage
    public void addPrivateFlags(int flags) {
        setPrivateFlags(flags, flags);
    }