From b6b57d432d95a788874bbd246f74ffe99ab4895f Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Wed, 21 Sep 2016 15:31:21 -0700 Subject: [PATCH] docs: Fixed typo in "Query the View Hierarchy" heading title Bug: 30878639 Change-Id: I7bd7a3a14d388f01df18da674bdb79adadf6da7f --- 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 de00db76c4b3..7797ec08dd8c 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 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 -- 2.11.0