From 39a1c63c242bd1bd4d25acb4de1998a7fc41ec1d Mon Sep 17 00:00:00 2001 From: Felipe Leme Date: Mon, 12 Sep 2016 15:53:50 -0700 Subject: [PATCH] Fixed typo. Change-Id: I0f6fbe31b659eacc3a2b652dcec6eab07d66ccf8 --- docs/html/training/accessibility/service.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/training/accessibility/service.jd b/docs/html/training/accessibility/service.jd index de00db76c4b34..25be81eaa03ac 100755 --- a/docs/html/training/accessibility/service.jd +++ b/docs/html/training/accessibility/service.jd @@ -17,7 +17,7 @@ previous.link=accessible-app.html
  • Create Your Accessibility Service
  • Configure Your Accessibility Service
  • Respond to AccessibilityEvents
  • -
  • Query the View Heirarchy for More Context
  • +
  • Query the View Hierarchy for More Context
  • You should also read

    @@ -200,7 +200,7 @@ public void onAccessibilityEvent(AccessibilityEvent event) { } -

    Query the View Heirarchy for More Context

    +

    Query the View Hierarchy's for More Context

    This step is optional, but highly useful. The Android platform provides the ability for an {@link android.accessibilityservice.AccessibilityService} to query the view hierarchy, collecting information about the UI component that generated an event, and