summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Phil Weaver <pweaver@google.com> 2017-02-27 22:34:58 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-02-27 22:35:02 +0000
commit2fe5752635da55b19071b4173e9ec60b14cd6da8 (patch)
treebd2772045db7ed0d4df00d2a7f81a36ff1fb4b3f
parentc33b943f25e7038e15d8bb095a66a653ef5f5e7b (diff)
parent426361c3713bca101a2abb32927952510f8fddb2 (diff)
Merge "Document null labels for standard a11y actions"
-rw-r--r--core/java/android/view/accessibility/AccessibilityNodeInfo.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/view/accessibility/AccessibilityNodeInfo.java b/core/java/android/view/accessibility/AccessibilityNodeInfo.java
index d866927b3dee..8094fa6a1c71 100644
--- a/core/java/android/view/accessibility/AccessibilityNodeInfo.java
+++ b/core/java/android/view/accessibility/AccessibilityNodeInfo.java
@@ -3591,6 +3591,7 @@ public class AccessibilityNodeInfo implements Parcelable {
* <li><strong>Standard actions</strong> - These are actions that are reported and
* handled by the standard UI widgets in the platform. For each standard action
* there is a static constant defined in this class, e.g. {@link #ACTION_FOCUS}.
+ * These actions will have {@code null} labels.
* </li>
* <li><strong>Custom actions action</strong> - These are actions that are reported
* and handled by custom widgets. i.e. ones that are not part of the UI toolkit. For