I’m using SearchView widget (new in Honeycomb). I can set initial text by setQuery, that works.
But is there some way to select all text inside (similar to EditText.selectAll)?
I’d like to give user preset text from previous search, yet easy way to type new text without need to delete old.
What you want to do works well on PCs, but but is not very convenient on touch devices.
I’d use suggestion provider to allow user to reuse recent searches, possibly with query refinement enabled.