From 69525c8966ed10e18614de2d263d208af3d755dd Mon Sep 17 00:00:00 2001 From: lisonge Date: Mon, 7 Oct 2024 00:28:13 +0800 Subject: [PATCH] feat: set isAccessibilityTool=true --- app/src/main/res/xml/ab_desc.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/xml/ab_desc.xml b/app/src/main/res/xml/ab_desc.xml index 07b7157..44e6d69 100644 --- a/app/src/main/res/xml/ab_desc.xml +++ b/app/src/main/res/xml/ab_desc.xml @@ -7,6 +7,7 @@ android:canPerformGestures="true" android:canRetrieveWindowContent="true" android:canTakeScreenshot="true" + android:isAccessibilityTool="true" android:description="@string/a11y_desc" android:notificationTimeout="100" android:settingsActivity="li.songe.gkd.MainActivity"