aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorMatthew Wong <wongma@protonmail.ch>2015-08-10 13:11:42 -0400
committerMatthew Wong <wongma@protonmail.ch>2015-08-14 17:36:49 -0400
commit2889454d324c9d210cafc51b47b7645cdd8abb26 (patch)
tree755553c9fac373669d85c9272c4bcbc043ab3b5b /app/src/main/res/xml
parent3523a0497b3268485ffcf7107480d473cc930223 (diff)
More tweaks of dialog dismissal behaviour
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/autofill_config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/autofill_config.xml b/app/src/main/res/xml/autofill_config.xml
index adf418e6..a604fc07 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"
+ android:accessibilityFlags="flagDefault|flagRetrieveInteractiveWindows"
android:accessibilityFeedbackType="feedbackGeneric"
android:notificationTimeout="100"
android:canRetrieveWindowContent="true"