diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-08-09 22:05:20 -0400 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-08-14 17:36:48 -0400 |
commit | 1ceb41acb69f8cd780d44b438ff8db3410cbe225 (patch) | |
tree | b87e79ea8c8fe20fb1553fce67d99d54b2f879cb /app/src/main/res | |
parent | ad173d9d05c29790d6f647df641e5de28e32fd58 (diff) |
Handle click events as well (useful when password field is the only focusable view)
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/autofill_config.xml | 2 |
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 93125a51..36ef5aaa 100644 --- a/app/src/main/res/xml/autofill_config.xml +++ b/app/src/main/res/xml/autofill_config.xml @@ -1,6 +1,6 @@ <accessibility-service xmlns:android="http://schemas.android.com/apk/res/android" android:description="@string/autofill_description" - android:accessibilityEventTypes="typeViewFocused|typeWindowStateChanged" + android:accessibilityEventTypes="typeViewFocused|typeWindowStateChanged|typeViewClicked" android:accessibilityFlags="flagDefault" android:accessibilityFeedbackType="feedbackGeneric" android:notificationTimeout="100" |