aboutsummaryrefslogtreecommitdiff
path: root/input/autofill/AutofillFramework
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2018-02-16 01:00:37 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-16 01:00:37 +0000
commitb1fc998557ea9cfeaf0cf47d5cb197dbfbc68960 (patch)
treed8e3db81a15c1f43d677eb2774506a6dd7ba68e7 /input/autofill/AutofillFramework
parent66eaf090146dbbd5fb6818d9c21407b541da211b (diff)
parentb1762a98edecaf1b962bb0c20a00304432047c0e (diff)
downloadandroid-b1fc998557ea9cfeaf0cf47d5cb197dbfbc68960.tar.gz
Add maintainer's note to AutofillFramework am: 614f070360
am: b1762a98ed Change-Id: Id9ab3a8518be6cbdbfd83dee0ce33fa65652d315
Diffstat (limited to 'input/autofill/AutofillFramework')
-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 885b0387..d0ab0e01 100644
--- a/input/autofill/AutofillFramework/kotlinApp/README.md
+++ b/input/autofill/AutofillFramework/kotlinApp/README.md
@@ -8,6 +8,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
------------