I have 2 search buttons in 2 different activities. when i click on the button i invoke the default search feature in android using startSearch(). I added suggestions to the search eventually.

But what i would like to achieve is to provide different suggestions based on the activity i have invoked the search. so how can i pass the activity information or arguments to the search content provider so that i can achieve the above mentioned feature? or is there any alternative method to achieve the desired functionality.

link|improve this question

77% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.