I want to remove focus and text from SearchView in onResume().
SearchView
onResume()
I tried searchView.clearFocus() but it is not working.
searchView.clearFocus()
Thi
In your SearchView widget, just add
android:focusable="false"
Full widget code