diff options
| -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 003307db832a..9c8b71b8863a 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. * * <p>See {@link #isCredential()}. * |