android searchable doesn't work

前端 未结 1 1016
情书的邮戳
情书的邮戳 2021-02-07 11:29

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

1条回答
  •  闹比i
    闹比i (楼主)
    2021-02-07 12:10

    I solved the problem by changing this line:

    searchView.setSearchableInfo(searchManager.getSearchableInfo(new ComponentName(getApplicationContext(), SearchResultsActivity.class)));
    

    0 讨论(0)
提交回复
热议问题