I am looking for a way to position the cursor of a SearchView at the beginning of the text. What I do is that I rescue a text and place it in the SearchView and the cursor is positioned at the end of it.
I know that in EditText there is the setSelection (), but I can not find a similar method in SearchView.
Is there any way to do it?
I await your response, Thank you