Is there a way to clear the input values of the default search manager that is used in Android?
I need to clear off the search query that is being typed in the editbox after the results have been displayed!
Is there a way to clear the input values of the default search manager
Share
try to use `searchview.setOnFocusChangeListener(new OnFocusChangeListener() {