9 lines
480 B
XML
9 lines
480 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:accessibilityEventTypes="typeViewFocused|typeViewTextChanged|typeWindowContentChanged|typeWindowStateChanged"
|
|
android:accessibilityFeedbackType="feedbackGeneric"
|
|
android:accessibilityFlags="flagReportViewIds|flagRetrieveInteractiveWindows"
|
|
android:canRetrieveWindowContent="true"
|
|
android:notificationTimeout="100"
|
|
android:settingsActivity="" />
|