Hi friends,
Whenever user presses the Search hard key on device, Android it brings out the Quick Search Bar. I want to disable QSB. How to do it, please help.
Thanks in advance.
Updates: Solution
I override the method onSearchRequested() and returned true from there. This completely disabled the Quick Search Bar (QSB).