summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorQasid Sadiq <qasid@google.com>2018-07-26 00:02:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-07-26 00:02:57 +0000
commit90affed38a09c47e86304477b24e80f5220d1beb (patch)
tree1cfd991fd01c6df33553cf1b456241df14f69bbf /core/java/android
parent25fd8d68a24cd63e603d6d9d09d681af23d49153 (diff)
parent63eaa47990903fb7d538eb3d849ccc8e976a823d (diff)
Merge "Make comment more inclusive to all a11yServices"
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/view/accessibility/AccessibilityNodeInfo.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/view/accessibility/AccessibilityNodeInfo.java b/core/java/android/view/accessibility/AccessibilityNodeInfo.java
index eee3630c2266..f2429bd60da0 100644
--- a/core/java/android/view/accessibility/AccessibilityNodeInfo.java
+++ b/core/java/android/view/accessibility/AccessibilityNodeInfo.java
@@ -3922,7 +3922,8 @@ public class AccessibilityNodeInfo implements Parcelable {
* </li>
* <li><strong>Overriden standard actions</strong> - These are actions that override
* standard actions to customize them. For example, an app may add a label to the
- * standard {@link #ACTION_CLICK} action to announce that this action clears browsing history.
+ * standard {@link #ACTION_CLICK} action to indicate to the user that this action clears
+ * browsing history.
* </ul>
* </p>
* <p>