Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 426361c3 authored by Phil Weaver's avatar Phil Weaver
Browse files

Document null labels for standard a11y actions

Bug: 27274855
Test: Comment change only, so just verifying the build.
Change-Id: I8c03e895cd3c77c623ca912decc32b8d531bf1f6
parent eb0a2901
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3590,6 +3590,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