SetSelectionTool
Moves the cursor or selects a range via InputConnection.setSelection. Requires the droid-mcp IME to be active with an editor focused, else imeNotActiveError. Both offsets are absolute character positions; start must be >= 0 and end must be >= start (pass equal values to position the cursor without selecting). Output on success: success (true) and the echoed start/end.