diff options
Diffstat (limited to 'core/java/android/view/View.java')
| -rw-r--r-- | core/java/android/view/View.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 64489b40a142..34aecdc88bac 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -1159,7 +1159,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, public static final int IMPORTANT_FOR_AUTOFILL_YES = 0x1; /** - * The view is not important for autofill, and its children (if any) will be traversed. + * The view is not important for autofill, but its children (if any) will be traversed. */ public static final int IMPORTANT_FOR_AUTOFILL_NO = 0x2; |
