Are you using the ActivityStarter.StartActivity Block? Assuming settings like:
- Performing web search. Assuming the term you want to search for is “vampire” (feel free to substitute your own choice), set the properties to:
Action:android.intent.action.WEB_SEARCHExtraKey:queryExtraValue:vampireActivityPackage:com.google.android.providers.enhancedgooglesearchActivityClass:com.google.android.providers.enhancedgooglesearch.Launcher
a StartActivity Block is required to display the results.
Alternatively to using ActivityStarter to search the Web, try something like this API