aboutsummaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2018-02-15 12:14:16 -0800
committerTrevor Johns <trevorjohns@google.com>2018-02-15 12:15:11 -0800
commit614f070360afa88109475ae864a270370a2e3e16 (patch)
treef22a4328aad46ad1a3dbec5c488ea57f86819bfa /input
parent1646505645e484b4b3959f0f96fe4195d22d4162 (diff)
downloadandroid-614f070360afa88109475ae864a270370a2e3e16.tar.gz
Add maintainer's note to AutofillFramework
The Kotlin version of this sample is temporarily out of date due to API changes. Add a maintainer's note to let users know that the Java version is more current at the moment. It looks like this change was made to Github directly, but will be wiped out by the next push. Also, it was a <h1> element, which means the samples parser is interpreting it as the title of the sample. Test: N/A Bug: 73495046 Change-Id: I41e56bcf511b6a238bc32ebbc628d581a8e4e584
Diffstat (limited to 'input')
-rw-r--r--input/autofill/AutofillFramework/kotlinApp/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/input/autofill/AutofillFramework/kotlinApp/README.md b/input/autofill/AutofillFramework/kotlinApp/README.md
index 6040a86f..4b58f47a 100644
--- a/input/autofill/AutofillFramework/kotlinApp/README.md
+++ b/input/autofill/AutofillFramework/kotlinApp/README.md
@@ -6,6 +6,10 @@ This sample demonstrates the use of the Autofill Framework. It includes implemen
Activities with views that should be autofilled, and a Service that can provide autofill data to
client Activities.
+Maintainer's Note
+------------------
+**IMPORTANT:** The Kotlin version of this sample is temporarily out of date. Until this is corrected, you should reference the Java version instead.
+
Introduction
------------