aboutsummaryrefslogtreecommitdiff
path: root/input/autofill/AutofillFramework/afservice/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorJisha Abubaker <jishaa@google.com>2018-09-14 14:48:20 -0700
committerJisha Abubaker <jishaa@google.com>2018-09-14 14:48:20 -0700
commit91deb6d993b53450135965994ffb303cec3b18f7 (patch)
tree90cf3019e8b36ccc9ad491acea0547734e1203b0 /input/autofill/AutofillFramework/afservice/src/main/AndroidManifest.xml
parent6ba36307f5ad8549ad6807c3c7c648549f7dd710 (diff)
downloadandroid-91deb6d993b53450135965994ffb303cec3b18f7.tar.gz
Squashed commit of the following:
commit 6e3647ed64670ac29a0ba06b3d3a38190f180a10 Author: Felipe Leme <felipeal@google.com> Date: Fri Aug 17 15:19:28 2018 -0700 Created a virtual view that uses accessibility events instead of autofill... ...so it can be used to test Autofill Compatibility mode. Test: manual verification Bug: 112690889 commit d2da7ab50cb33b54fbdc72b2fab6c0b2a4bad178 Author: Felipe Leme <felipeal@google.com> Date: Tue May 8 10:06:53 2018 -0700 Added compat mode support to BasicHeuristicsService. Bug: 75285224 Test: manual verification with Chrome
Diffstat (limited to 'input/autofill/AutofillFramework/afservice/src/main/AndroidManifest.xml')
-rw-r--r--input/autofill/AutofillFramework/afservice/src/main/AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/input/autofill/AutofillFramework/afservice/src/main/AndroidManifest.xml b/input/autofill/AutofillFramework/afservice/src/main/AndroidManifest.xml
index b02a591d..6ece581e 100644
--- a/input/autofill/AutofillFramework/afservice/src/main/AndroidManifest.xml
+++ b/input/autofill/AutofillFramework/afservice/src/main/AndroidManifest.xml
@@ -39,7 +39,9 @@
android:name=".simple.BasicHeuristicsService"
android:label="Basic Heuristics Autofill Service"
android:permission="android.permission.BIND_AUTOFILL_SERVICE">
-
+ <meta-data
+ android:name="android.autofill"
+ android:resource="@xml/basic_heuristics_service"/>
<intent-filter>
<action android:name="android.service.autofill.AutofillService" />
</intent-filter>