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

Commit c379129b authored by Phil Weaver's avatar Phil Weaver
Browse files

Fix docs for AccessibilityAction.

Bug: 31428314
Change-Id: Ifd28b470f1bcd1c59f1456294c8d8bea986a27a4
parent 155374e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3734,7 +3734,7 @@ public class AccessibilityNodeInfo implements Parcelable {
         * how to override the standard click action by adding a custom label:
         * <pre>
         *   AccessibilityAction action = new AccessibilityAction(
         *           AccessibilityAction.ACTION_ACTION_CLICK, getLocalizedLabel());
         *           AccessibilityAction.ACTION_CLICK.getId(), getLocalizedLabel());
         *   node.addAction(action);
         * </pre>
         *