Resetting Search Widget (SearchView) value
问题 I've got 2 activites : the first, HomepageActiviy , have a search widget that search data using another activity, SearchActivity . What I want to do is when I go back from SearchActiviy to HomepageActivity , the search widget go collapsed and with a empty text. I've tried to do this following thing : public class HomepageActivity extends Activity { @TargetApi(11) @Override public boolean onCreateOptionsMenu(Menu menu) { MenuInflater inflater = getMenuInflater(); inflater.inflate(R.menu