1 <dl> 2 <dt><a href="ClockBackService.html">Accessibility Service</a></dt> 3 <dd> 4 This is an example of an accessibility service that provides custom feedback for the Clock 5 application which comes by default with Android devices. It is a hands-on example of various 6 ways to utilize the accessibility API for providing alternative and complementary feedback. 7 The sample demonstrates how to provide application specific feedback — the service 8 handles only accessibility events from the Clock application. Further, the sample demonstrates 9 how to provide dynamic, context-dependent feedback — feedback type changes depending on 10 the ringer mode. 11 </dd> 12 <dt> 13 14 <dl> 15 <dt><a href="TaskBackService.html">Window Querying Accessibility Service</a></dt> 16 <dd> 17 Demonstrates several new accessibility features in Ice Cream Sandwich, 18 including the ability for an AccessibilityService to traverse the view 19 hierarchy using AccessibilityNodeInfo objects, service configuration via 20 xml files, and adding additional information to AccessibilityEvents using 21 AccessibilityRecords. 22 </dd> 23 </dl> 24