I\'m developing search widget interface based on official tutorial: http://developer.android.com/guide/topics/search/search-dialog.html
Problem: My
You should override onOptionsItemSelected and probably onSearchRequested in your activity.
onOptionsItemSelected
onSearchRequested