summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Loo <rloo@google.com>2017-06-27 14:17:33 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-30 04:07:41 +0000
commita41f55718b45aab743a00cfeb1ecb792f55e0074 (patch)
tree9f8868176f1371785535d841f1c260a4faf33152
parentc66ebd9a544b772ed004b8cf5cb49c75205f1f39 (diff)
downloadbase-a41f55718b45aab743a00cfeb1ecb792f55e0074.tar.gz
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 (cherry picked from commit 33d226c95333e40e8b46e173c2483ad6728b5e56)
-rw-r--r--core/java/android/view/autofill/AutofillManager.java3
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>