Is there a way to gain add a Content Description to the View representing a Preference in a PreferenceFragment or PreferenceActivity?
Basically I need a way to obtain a handle on the View representing the preference. This would allow me to setContentDescription(...) on the view.
It is surprising that this is not directly exposed as an xml attribute in preference xml files, since this is an accessibility feature it seems like it should be everywhere a UI element can be proxied / generated.