diff options
author | Matthew Wong <wongma7@outlook.com> | 2015-10-28 18:54:44 -0400 |
---|---|---|
committer | Matthew Wong <wongma7@outlook.com> | 2015-10-28 18:54:44 -0400 |
commit | 55c312ddaa8d8f6626cb628c4af3dbe154cefc0c (patch) | |
tree | fc0787e4b6285ecf3b009fca061539e67968c73f | |
parent | 3cb06e92e2cad8deb6e997f552635ae92f8fa5c1 (diff) |
enable autofill for chrome & webview password fields (not useful yet)
-rw-r--r-- | app/src/main/res/xml/autofill_config.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/xml/autofill_config.xml b/app/src/main/res/xml/autofill_config.xml index a604fc07..b8c2052a 100644 --- a/app/src/main/res/xml/autofill_config.xml +++ b/app/src/main/res/xml/autofill_config.xml @@ -1,8 +1,9 @@ <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" + android:accessibilityFlags="flagDefault|flagRetrieveInteractiveWindows|flagRequestEnhancedWebAccessibility" android:accessibilityFeedbackType="feedbackGeneric" android:notificationTimeout="100" android:canRetrieveWindowContent="true" + android:canRequestEnhancedWebAccessibility="true" />
\ No newline at end of file |