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

Commit 58902610 authored by Lucy Chang's avatar Lucy Chang Committed by Automerger Merge Worker
Browse files

Merge "Correct typo in TYPE_SYSTEM description" into sc-dev am: bb52fabf

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14419583

Change-Id: I62b71e16c3ce071b34fe500216e0c3857a036453
parents 4aabd635 bb52fabf
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;