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

Commit 54983196 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: Ibc9895fb68948f1d33c47df7ebf0f5b430259007
parents 487bfdf4 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;