Value: 131072
Action to set the selection. Performing this action with no arguments clears the selection.
Arguments:AccessibilityNodeInfo.ActionArgumentSelectionStartInt,
AccessibilityNodeInfo.ActionArgumentSelectionEndInt java Example
Example:
Bundle arguments = new Bundle();
arguments.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_START_INT, 1);
arguments.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_END_INT, 2);
info.performAction(AccessibilityNodeInfo.ACTION_SET_SELECTION, arguments);