From 426361c3713bca101a2abb32927952510f8fddb2 Mon Sep 17 00:00:00 2001 From: Phil Weaver Date: Wed, 22 Feb 2017 13:06:25 -0800 Subject: [PATCH] Document null labels for standard a11y actions Bug: 27274855 Test: Comment change only, so just verifying the build. Change-Id: I8c03e895cd3c77c623ca912decc32b8d531bf1f6 --- core/java/android/view/accessibility/AccessibilityNodeInfo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/java/android/view/accessibility/AccessibilityNodeInfo.java b/core/java/android/view/accessibility/AccessibilityNodeInfo.java index 67d7ff8da25b1..f0678c829520d 100644 --- a/core/java/android/view/accessibility/AccessibilityNodeInfo.java +++ b/core/java/android/view/accessibility/AccessibilityNodeInfo.java @@ -3590,6 +3590,7 @@ public class AccessibilityNodeInfo implements Parcelable { *
  • Standard actions - 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. *
  • *
  • Custom actions action - These are actions that are reported * and handled by custom widgets. i.e. ones that are not part of the UI toolkit. For