I have to call search dialog when I press a button into the activity or when I press an ImageView, not with the hardware button like in this post:
How can I call search dialog on button click in android?
Please if you have the code or a tutorial, thanks a lot.
In the docs for the search dialog under “Invoking the search dialog”
So you should be able to put
onSearchRequested();inside your click listener to when the image is pressed this method call should launch the search dialog for you.