Nouman Ghaffar
Nouman Ghaffar

Reputation: 137

Android action bar search view disable auto suggestions

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

Answers (1)

Intsab Haider
Intsab Haider

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

Related Questions