I have an Android application that we are porting over to Honeycomb/Android 3.0 and we are using Fragment
s in our new interface.
I have search working via the widget as shown here.
The problem is, the widget doesn't pop up any more when using Fragment
s. So the question is how do I get search to be used with Fragment
s?
Or how can I replace this line to be used with Fragment
s?
getActivity().onSearchRequested();