Reputation: 137
I am using search view in action bar . My search is working perfectly in application. But just one problem. When ever i type a word. I see some device specific search suggestions pop up appear below my search view. I don't want these suggestions. I don't want any suggestions at all. Any help?
Upvotes: 0
Views: 741
Reputation: 3571
i had same problem that was solved this way: if you are using
searchManager.getSearchablesInGlobalSearch();
than just delete this line it will work fine..
Upvotes: 2