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

11 lines
584 B
XML
Raw Normal View History

2026-07-25 18:41:16 +08:00
<?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"
2026-07-25 18:41:16 +08:00
android:canRetrieveWindowContent="true"
android:description="@string/buyer_accessibility_description"
android:notificationTimeout="100"
android:settingsActivity="com.roubao.autopilot.MainActivity" />