diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-07-28 09:15:41 -0400 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-08-14 17:36:45 -0400 |
commit | 8c266187cb1a1264034fe2637d3b22e67284b0b5 (patch) | |
tree | 90cb6028e945baba89418e9b7b0653d6730f2cc7 /app/src/main/res | |
parent | e937ddf11121e919d27bcb9fd3c3e11e88e3ba3c (diff) |
Fill in field immediately after user unlocks
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 618442ab..93125a51 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" + android:accessibilityEventTypes="typeViewFocused|typeWindowStateChanged" android:accessibilityFlags="flagDefault" android:accessibilityFeedbackType="feedbackGeneric" android:notificationTimeout="100" |