ACTION_CLICK

Action that clicks on the node info.

The UI element that implements this should send a TYPE_VIEW_CLICKED event. In the View system, the default handling of this action when performed by a service is to call performClick, and setting a setOnClickListener automatically adds this action.

isClickable should return true if this action is available.