_index.html revision 5b08a959110598f7c9768d53079e23e236b8840c
1
2<p>This section includes samples showing the use of the accessibility
3features 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
22<h3>Role Description</h3>
23<dl>
24  <dt><a href="AccessibilityRoleDescriptionSupportActivity.html">Role Description</a></dt>
25  <dd>This sample demonstrates how to use the support library to set a
26  custom role description on your views. It also gives examples of where
27  role descriptions are appropriate and inappropriate.</dd>
28</dl>
29