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 sho
You are missing tag in your activity tag in manifest. replace your activity declaration by following.