浏览代码

修改各种bug

zhaoyi 8 年之前
父节点
当前提交
da1431c04c
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      app/src/main/res/xml/accessibility.xml

+ 9 - 0
app/src/main/res/xml/accessibility.xml

@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<accessibility-service
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    android:accessibilityEventTypes="typeWindowStateChanged"
+    android:accessibilityFeedbackType="feedbackGeneric"
+    android:accessibilityFlags="flagIncludeNotImportantViews"
+    android:description="@string/accessibility_service_description"
+    />
+