I would like to make my customized View to support accessibility in Jelly Bean. I reference the following document: http://developer.android.com/guide/topics/ui/accessibility/apps.html and CompoundButton.java My custom View extends View and has its own states. When the user clicks on it, it changes its state. Currently, I override onInitialzedAccessibilityEvent(), onInitializeAccessibilityNodeInfo(), onPopulateAccessibilityEvent() and also call notifyAccessibilityStateChanged() when my state changes. The accessibility works fine when my custom view get focus. However, when I change the state by clicking, nothing talked back. What have I missed?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

