Correct typo in TYPE_SYSTEM description

Correct typo in TYPE_SYSTEM description

Bug: 149000879
Test: manual test
Change-Id: Id98036af9b23de31e0980c80129c0d69452ccfa7
This commit is contained in:
lucychang
2021-05-04 16:34:35 +08:00
parent 84b3b6fb99
commit 272103f2b7

View File

@@ -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;