diff --git a/docs/html/guide/practices/design/accessibility.jd b/docs/html/guide/practices/design/accessibility.jd index dec815fcbf2cd..45906821354ea 100644 --- a/docs/html/guide/practices/design/accessibility.jd +++ b/docs/html/guide/practices/design/accessibility.jd @@ -45,17 +45,16 @@ href="{@docRoot}resources/samples/AccessibilityService/index.html">Accessibility
Many Android users have disabilities that require them to interact with their Android devices in -different ways. These include users who have visual, physical or aging-related disabilities that +different ways. These include users who have visual, physical or age-related disabilities that prevent them from fully using or seeing a touchscreen.
Android provides an accessibility layer that helps these users navigate their Android-powered devices more easily. Android's accessibility services provide things like text-to-speech, haptic -feedback and trackball/D-pad navigation that augment the user experience.
+feedback, and trackball/d-pad navigation that augment the user experience.Your application should follow the guidelines in this document to ensure that it provides a -good experience for users with disabilities.
- -Following these two basic rules will solve most access-related problems:
+good experience for users with disabilities. Following these two basic rules will solve most +access-related problems: