Search code examples
androidsearchbar

How to disable QSB..?


When a user presses the Search hard key on the device, Android shows the Quick Search Bar. How do I disable the Quick Search Bar?


Solution

  • In order to completely disabled the Quick Search Bar, override the method onSearchRequested()and return true unconditionally.