AccessibilityServiceExample
AccessibilityServiceExample copied to clipboard
Questions: Does this work with Jetpack compose apps?
I have built similar AccessibilityService but I wan to track click events. It works well with Xml views but it doesn't give any events in case I click on Compose view. Any idea how to fix this?