diff options
| author | Qasid Sadiq <qasid@google.com> | 2018-07-26 00:02:57 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-07-26 00:02:57 +0000 |
| commit | 90affed38a09c47e86304477b24e80f5220d1beb (patch) | |
| tree | 1cfd991fd01c6df33553cf1b456241df14f69bbf /core/java/android | |
| parent | 25fd8d68a24cd63e603d6d9d09d681af23d49153 (diff) | |
| parent | 63eaa47990903fb7d538eb3d849ccc8e976a823d (diff) | |
Merge "Make comment more inclusive to all a11yServices"
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/view/accessibility/AccessibilityNodeInfo.java | 3 |
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> |
