Merge "Clarify javadoc for ACTION_LONG_CLICK" into sc-dev

This commit is contained in:
Lucy Chang
2021-05-05 03:17:36 +00:00
committed by Android (Google) Code Review

View File

@@ -178,6 +178,8 @@ public class AccessibilityNodeInfo implements Parcelable {
/**
* Action that long clicks on the node.
*
* <p>It does not support coordinate information for anchoring.</p>
*/
public static final int ACTION_LONG_CLICK = 0x00000020;