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

Commit 272103f2 authored by lucychang's avatar lucychang
Browse files

Correct typo in TYPE_SYSTEM description

Correct typo in TYPE_SYSTEM description

Bug: 149000879
Test: manual test
Change-Id: Id98036af9b23de31e0980c80129c0d69452ccfa7
parent 84b3b6fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ public final class AccessibilityWindowInfo implements Parcelable {
    public static final int TYPE_INPUT_METHOD = 2;

    /**
     * Window type: This is an system window. Such a window shows UI for
     * Window type: This is a system window. Such a window shows UI for
     * interacting with the system.
     */
    public static final int TYPE_SYSTEM = 3;