Merge "Document null labels for standard a11y actions"

This commit is contained in:
Phil Weaver
2017-02-27 22:34:58 +00:00
committed by Android (Google) Code Review

View File

@@ -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