initial commit
This commit is contained in:
8
app/src/main/res/xml/accessibility_service_config.xml
Normal file
8
app/src/main/res/xml/accessibility_service_config.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:accessibilityEventTypes="typeAllMask"
|
||||
android:accessibilityFeedbackType="feedbackGeneric"
|
||||
android:accessibilityFlags="flagIncludeNotImportantViews|flagReportViewIds|flagRetrieveInteractiveWindows"
|
||||
android:canRetrieveWindowContent="true"
|
||||
android:description="@string/text_accesibility_service_description"
|
||||
android:notificationTimeout="100"/>
|
||||
Reference in New Issue
Block a user