aboutsummaryrefslogtreecommitdiff
path: root/input/autofill/AutofillFramework/kotlinApp
diff options
context:
space:
mode:
authorDouglas Sigelbaum <sigelbaum@google.com>2017-05-17 18:19:21 -0700
committerDouglas Sigelbaum <sigelbaum@google.com>2017-05-23 21:09:26 -0700
commitd978a5b847c5a0863b8bf14c0987dbc7769f9602 (patch)
tree837183154047b067986edcd3a70f9471f34817b8 /input/autofill/AutofillFramework/kotlinApp
parentfcbbec8030cbcb78d04e2f2cf7e1666f6c092dc1 (diff)
downloadandroid-d978a5b847c5a0863b8bf14c0987dbc7769f9602.tar.gz
Fixed RTE in Autofill sample service's settings.
Bug: 38182790 Test: Manual Change-Id: I512dbb71ab775ff3a3ca1142db914dc1071fe147
Diffstat (limited to 'input/autofill/AutofillFramework/kotlinApp')
-rw-r--r--input/autofill/AutofillFramework/kotlinApp/Application/src/main/res/xml/autofill_service.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/autofill/AutofillFramework/kotlinApp/Application/src/main/res/xml/autofill_service.xml b/input/autofill/AutofillFramework/kotlinApp/Application/src/main/res/xml/autofill_service.xml
index bc026e50..6408a68e 100644
--- a/input/autofill/AutofillFramework/kotlinApp/Application/src/main/res/xml/autofill_service.xml
+++ b/input/autofill/AutofillFramework/kotlinApp/Application/src/main/res/xml/autofill_service.xml
@@ -21,4 +21,4 @@ Settings Activity. This is pointed to in the service's meta-data in the applicat
-->
<autofill-service
xmlns:android="http://schemas.android.com/apk/res/android"
- android:settingsActivity="com.example.android.autofillframework.service.SettingsActivity"/> \ No newline at end of file
+ android:settingsActivity="com.example.android.autofillframework.service.settings.SettingsActivity"/> \ No newline at end of file