- query
- The query to trigger. If empty, request will be ignored.
- launchActivity
- The ComponentName of the activity that has launched this search.
- appSearchData
- An application can insert application-specific context here, in order to improve quality or specificity of its own searches. This data will be returned with SEARCH intent(s). Null if no extra data is required.
Similar to SearchManager.StartSearch(string, System.Boolean, System.Boolean, System.Boolean, System.Boolean) but actually fires off the search query after invoking the search dialog. Made available for testing purposes.