aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed <mohamed@zenadi.com>2017-11-11 09:42:54 +0100
committerMohamed <mohamed@zenadi.com>2017-11-11 09:42:54 +0100
commitbf8bd2ef8531fee2f0bdb4936e50b6ab0b4efbbc (patch)
tree6f3343b79935f36c9ae837f57f0c9c276f84eba6
parent7337be52140848985f428c44a2627ae23c19028f (diff)
add android:summary for accessibility
-rw-r--r--app/src/main/res/xml/autofill_config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/xml/autofill_config.xml b/app/src/main/res/xml/autofill_config.xml
index 09e91174..a9d4cb19 100644
--- a/app/src/main/res/xml/autofill_config.xml
+++ b/app/src/main/res/xml/autofill_config.xml
@@ -1,5 +1,6 @@
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
android:description="@string/autofill_description"
+ android:summary="@string/autofill_description"
android:accessibilityEventTypes="typeViewFocused|typeViewClicked|typeWindowStateChanged|typeWindowContentChanged"
android:accessibilityFlags="flagDefault|flagRetrieveInteractiveWindows|flagReportViewIds"
android:accessibilityFeedbackType="feedbackGeneric"