Fix autofill service permission.

Bug: 67606449
Change-Id: I57f000097336fc327a5d68fba7bcec909019eee6
diff --git a/input/autofill/AutofillFramework/Application/src/main/AndroidManifest.xml b/input/autofill/AutofillFramework/Application/src/main/AndroidManifest.xml
index 0af5716..7d075ab 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" />