Home | History | Annotate | Download | only in accessibility
      1 
      2 <p>This section includes samples showing the use of the accessibility
      3 features of the static support library.</p>
      4 
      5 <h3>Accessibility Manager</h3>
      6 <dl>
      7   <dt><a href="AccessibilityManagerSupportActivity.html">Accessibility Manager</a></dt>
      8   <dd>This sample demonstrates how to use the support library to register an
      9   AccessibilityManager.AccessibilityStateChangeListener to watch changes to
     10   the global accessibility state and AccessibilityManager to query information
     11   about enabled accessibility services.</dd>
     12 </dl>
     13 
     14 <h3>Accessibility Delegate</h3>
     15 <dl>
     16   <dt><a href="AccessibilityDelegateSupportActivity.html">AccessibilityDelegate</a></dt>
     17   <dd>This sample demonstrates how to use the support library to register a
     18   View.AccessibilityDelegate that customizes the accessibility behavior of
     19   this View.</dd>
     20 </dl>
     21