This section includes samples showing the use of the accessibility
features of the static support library.
Accessibility Manager
  - Accessibility Manager
- This sample demonstrates how to use the support library to register an
  AccessibilityManager.AccessibilityStateChangeListener to watch changes to
  the global accessibility state and AccessibilityManager to query information
  about enabled accessibility services.
Accessibility Delegate
  - AccessibilityDelegate
- This sample demonstrates how to use the support library to register a
  View.AccessibilityDelegate that customizes the accessibility behavior of
  this View.
Role Description
  - Role Description
- This sample demonstrates how to use the support library to set a
  custom role description on your views. It also gives examples of where
  role descriptions are appropriate and inappropriate.