Skip to content

Commit 8cae66f

Browse files
committed
actually change the accessibility service event timeout
1 parent 639f29b commit 8cae66f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/xml/config_accessibility_service.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
android:canRequestFingerprintGestures="true"
66
android:canRetrieveWindowContent="true"
77
android:description="@string/accessibility_service_explanation"
8-
android:notificationTimeout="100" /><!-- IMPORTANT. Set an accessibility event timeout because WINDOW_CONTENT_CHANGED events can be sent very frequently. -->
8+
android:notificationTimeout="200" /><!-- IMPORTANT. Set an accessibility event timeout because WINDOW_CONTENT_CHANGED events can be sent very frequently. -->

0 commit comments

Comments
 (0)