9 lines
681 B
XML
9 lines
681 B
XML
<?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:canRequestEnhancedWebAccessibility="true"
|
|
android:canRetrieveWindowContent="true"
|
|
android:description="@string/text_accessibility_service_description"
|
|
android:notificationTimeout="100"/> |