aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-10-10 19:12:45 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-10-10 19:12:45 +0000
commitf8b01001d1fa5e6a186c63f1766a933e7622b329 (patch)
treef7f8ee22e26d5632f17817e86d27ee9cf26afa26
parent4686d90df6d378ae382726c9ca43ff06a1496604 (diff)
parent5de4b484d8a4ff9e1d3f3e3f8fb4d4a64f040590 (diff)
downloadandroid-f8b01001d1fa5e6a186c63f1766a933e7622b329.tar.gz
Merge "Fix autofill service permission." into oc-dev
-rw-r--r--input/autofill/AutofillFramework/Application/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/autofill/AutofillFramework/Application/src/main/AndroidManifest.xml b/input/autofill/AutofillFramework/Application/src/main/AndroidManifest.xml
index 0af57162..7d075ab9 100644
--- a/input/autofill/AutofillFramework/Application/src/main/AndroidManifest.xml
+++ b/input/autofill/AutofillFramework/Application/src/main/AndroidManifest.xml
@@ -94,7 +94,7 @@
<service
android:name=".multidatasetservice.MyAutofillService"
android:label="Multi-Dataset Autofill Service"
- android:permission="android.permission.BIND_AUTOFILL">
+ android:permission="android.permission.BIND_AUTOFILL_SERVICE">
<meta-data
android:name="android.autofill"
android:resource="@xml/multidataset_service" />