+1  A: 

You need to implement the search in the same app i.e Browser in your example. The SearchManager can only send intent to the current activity.

Btw, try to catch that intent which will be generated when the search item is selected and then open the browser from your activity.

Karan