See Also: SearchManager Members
This class provides access to the system search services.
In practice, you won't interact with this class directly, as search services are provided through methods in Android.App.Activity and the Android.Content.Intent.ActionSearchAndroid.Content.Intent. If you do require direct access to the SearchManager, do not instantiate this class directly. Instead, retrieve it through Android.Content.Context.GetSystemService(string).
For more information about using the search dialog and adding search suggestions in your application, read the Search developer guide.