I\'m working around with a searchable action bar. And I gotta a problem that the action bar doesn\'t react with the searchable activity. THAT IS, I enter something in the action
I solved the problem by changing this line:
searchView.setSearchableInfo(searchManager.getSearchableInfo(new ComponentName(getApplicationContext(), SearchResultsActivity.class)));