I am trying to get Talkback to read back a content descriptor on a button subclass. Once the button subclass is selected, Talkback gives me the content descriptor plus the word "button" at the very end. How do I prevent the extra word from being appended?
Note: I did some doc reading and noticed that dispathPopulateAccessibilityEvent() mentions getting an AccessibilityEvent populated/visiting children of the view that acted as the event trigger. Does this mean that the event always touches the view hierarchy?, and if so, is it the button superclass that is adding the text?