I'm writing an app that behaves normally in Android 4.3 but does not in 4.4.2. The issue is that with Accessibility "Talk Back" feature turned on you should be able to explore by touch over the buttons of your app and have it announce the contentDescription.
This works fine in 4.3 but in 4.4.2 only the navigation drawer and items on it announce themselves. The rest of the app is all buttons and a fragment on the main activity.
I should point out that the main activity uses TextToSpeech, I'm worried there is a new conflict here.
Has anyone else seen this problem? Any suggestions on a solution?
Thanks, Chuck Brandt