aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorMatthew Wong <wongma7@outlook.com>2015-11-04 16:56:12 -0500
committerMatthew Wong <wongma7@outlook.com>2015-11-04 16:56:12 -0500
commit54a05daa82c603d54f7b27dc0b5ac3a708412187 (patch)
tree7714f6c77c55ce7afa40801dfcff6d57a78b1c69 /app/src/main/res/xml
parentf783ad84eeb2c4daeff1fd0077c80689081892d8 (diff)
cleanup: split autofill service into functions
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/autofill_config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/xml/autofill_config.xml b/app/src/main/res/xml/autofill_config.xml
index b8c2052a..62f82a5e 100644
--- a/app/src/main/res/xml/autofill_config.xml
+++ b/app/src/main/res/xml/autofill_config.xml
@@ -1,7 +1,7 @@
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
android:description="@string/autofill_description"
- android:accessibilityEventTypes="typeViewFocused|typeViewClicked|typeWindowStateChanged"
- android:accessibilityFlags="flagDefault|flagRetrieveInteractiveWindows|flagRequestEnhancedWebAccessibility"
+ android:accessibilityEventTypes="typeViewFocused|typeViewClicked|typeWindowStateChanged|typeWindowContentChanged"
+ android:accessibilityFlags="flagDefault|flagRetrieveInteractiveWindows"
android:accessibilityFeedbackType="feedbackGeneric"
android:notificationTimeout="100"
android:canRetrieveWindowContent="true"