[Android]: TalkBack doesn't speak when AccessibilityEvent is triggered
问题 I'm creating a custom view (extending View class) and playing with Accessibility API to understand, how it works. Below is my code, where: I check for MotionEvent equal to ACTION_HOVER_ENTER and then inside it send AccessibilityEvent of type TYPE_VIEW_HOVER_ENTER . I'm catching my AccessibilityEvent in onPopulateAccessibilityEvent . Then I'm adding my custom text into event's text, which is added just fine. As a result, when I hover over my view, all is working fine (confirmed by my logs),