diff options
| author | 2017-06-30 00:44:50 +0000 | |
|---|---|---|
| committer | 2017-06-30 00:44:50 +0000 | |
| commit | a89dfb54392a670c9ec93914bddbaeff6f110aa2 (patch) | |
| tree | 96296401d0725941647b09fd710e272f1ac3bdde | |
| parent | 8cdbd6e1840c439be296384596bb010118769b53 (diff) | |
| parent | 33d226c95333e40e8b46e173c2483ad6728b5e56 (diff) | |
Merge "docs: Updated isAutofillSupported description." into oc-dev
| -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> |