8 lines
364 B
XML
8 lines
364 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:accessibilityEventTypes="typeViewTextChanged"
|
||
|
android:accessibilityFlags="flagDefault"
|
||
|
android:accessibilityFeedbackType="feedbackAllMask"
|
||
|
android:notificationTimeout="100"
|
||
|
android:canRetrieveWindowContent="true"
|
||
|
/>
|