diff options
| author | 2017-06-30 00:59:23 +0000 | |
|---|---|---|
| committer | 2017-06-30 00:59:23 +0000 | |
| commit | cc835bb0facec38e31a8fa25471cf457b045de31 (patch) | |
| tree | bc96cfc61955ed7455810a21238fac45ad29e188 | |
| parent | 5d6966b46f55a36edaf6f141d9c9306cd6ab5aec (diff) | |
| parent | a8bccb6674f3da1fbe8e11d3b944cb22c16690ad (diff) | |
Merge "docs: Updated isAutofillSupported description." into oc-dev am: a89dfb5439
am: a8bccb6674
Change-Id: Ie60b3eb45178fd4f8a6dff3d860f1195ba3a847e
| -rw-r--r-- | core/java/android/view/autofill/AutofillManager.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/view/autofill/AutofillManager.java b/core/java/android/view/autofill/AutofillManager.java index 5b04f41c7ee2..e1e8317d8ccb 100644 --- a/core/java/android/view/autofill/AutofillManager.java +++ b/core/java/android/view/autofill/AutofillManager.java @@ -741,7 +741,8 @@ public final class AutofillManager { } /** - * Returns {@code true} if Autofill is supported for this user. + * Returns {@code true} if autofill is supported by the current device and + * is supported for this user. * * <p>Autofill is typically supported, but it could be unsupported in cases like: * <ol> |