Files
cmroubao/android-buyer/app/src/main/res/xml/buyer_accessibility_service.xml
T

11 lines
584 B
XML

<?xml version="1.0" encoding="utf-8"?>
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
android:accessibilityEventTypes="typeWindowStateChanged|typeWindowContentChanged|typeViewScrolled"
android:accessibilityFeedbackType="feedbackGeneric"
android:accessibilityFlags="flagReportViewIds"
android:canTakeScreenshot="true"
android:canRetrieveWindowContent="true"
android:description="@string/buyer_accessibility_description"
android:notificationTimeout="100"
android:settingsActivity="com.roubao.autopilot.MainActivity" />