From 33d226c95333e40e8b46e173c2483ad6728b5e56 Mon Sep 17 00:00:00 2001 From: Ricardo Loo Date: Tue, 27 Jun 2017 14:17:33 -0700 Subject: docs: Updated isAutofillSupported description. The description for `AutofillManager.isAutofillSupported` doesn't make clear that either the device or the user can make autofill unsupported. Bug: 62604325 Test: Ran 'make ds-docs -j16' and staged content to go/dac-stage/reference/android/view/autofill/AutofillManager.html#isAutofillSupported() Change-Id: I298b9f535e23dc3cb54fabed36642523753c13a5 --- core/java/android/view/autofill/AutofillManager.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. * *

Autofill is typically supported, but it could be unsupported in cases like: *

    -- cgit v1.2.3-59-g8ed1b