Hi,
I'm trying to implement the search dialog and I am unable to display the search from an Activity.
I have my main activity defined in my manifest file, this activity shows the user a list of options they have to choose from. One of the options is a Search option.
My Search activity is defined in my manifest file like so.
Now my problem is when I call the onSearchRequested() from my MenuListActivity nothing happens.
Please help, how do I invoke the search request from my MenuActivity?