diff options
author | Matthew Wong <wongma7@outlook.com> | 2015-11-04 16:56:12 -0500 |
---|---|---|
committer | Matthew Wong <wongma7@outlook.com> | 2015-11-04 16:56:12 -0500 |
commit | 54a05daa82c603d54f7b27dc0b5ac3a708412187 (patch) | |
tree | 7714f6c77c55ce7afa40801dfcff6d57a78b1c69 /app/src/main/res/xml | |
parent | f783ad84eeb2c4daeff1fd0077c80689081892d8 (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.xml | 4 |
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" |