aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMatthew Wong <wongma@protonmail.ch>2015-12-30 05:50:56 -0500
committerMatthew Wong <wongma@protonmail.ch>2015-12-30 05:50:56 -0500
commitcdf27fc24da18fc7e60b4db5b1b24bcab2b38e4f (patch)
tree6d7b17ef4301e9fe614a3647ff041edec8033778 /app/src/main/res
parentebd565ec379e2209eafbbef8f86da0ca00bb29ff (diff)
Get the URL in Chrome
Diffstat (limited to 'app/src/main/res')
-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 7dce1d83..09e91174 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|typeWindowContentChanged"
- android:accessibilityFlags="flagDefault|flagRetrieveInteractiveWindows"
+ android:accessibilityFlags="flagDefault|flagRetrieveInteractiveWindows|flagReportViewIds"
android:accessibilityFeedbackType="feedbackGeneric"
android:notificationTimeout="100"
android:canRetrieveWindowContent="true"