mirror of
https://github.com/screentinker/screentinker.git
synced 2026-05-15 07:32:23 -06:00
ScreenTinker - open source digital signage management software. MIT License, all features included, no license gates. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
410 B
XML
9 lines
410 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:description="@string/accessibility_description"
|
|
android:accessibilityEventTypes="typeAllMask"
|
|
android:accessibilityFeedbackType="feedbackGeneric"
|
|
android:canRetrieveWindowContent="true"
|
|
android:canPerformGestures="true"
|
|
android:notificationTimeout="100" />
|