aboutsummaryrefslogtreecommitdiff
path: root/TestBack/res/xml/accessibilityservice.xml
diff options
context:
space:
mode:
Diffstat (limited to 'TestBack/res/xml/accessibilityservice.xml')
-rw-r--r--TestBack/res/xml/accessibilityservice.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/TestBack/res/xml/accessibilityservice.xml b/TestBack/res/xml/accessibilityservice.xml
new file mode 100644
index 0000000..de0613d
--- /dev/null
+++ b/TestBack/res/xml/accessibilityservice.xml
@@ -0,0 +1,5 @@
+<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
+ android:accessibilityFeedbackType="feedbackHaptic"
+ android:accessibilityEventTypes="typeAllMask"
+ android:canRetrieveWindowContent="true"
+/>