views:

22

answers:

0

How can I create a startActivityForResult() for a Search Manager? Search is usually invoked by:

onSearchRequested();

My app will display search results in Activity B, which will pass back data to Activity A. I want to handle this data in onActivityResult() but this will never get called because I never started an activity for search.