diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 003307db832a5..9c8b71b8863a2 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -32310,7 +32310,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } /** - * Gets the mode for determining whether this view is a credential. + * Sets whether this view is a credential for Credential Manager purposes. * *
See {@link #isCredential()}. *