Browser.AddSearchUrl(ContentResolver, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add a search string to the searches database.
[Android.Runtime.Register("addSearchUrl", "(Landroid/content/ContentResolver;Ljava/lang/String;)V", "")]
public static void AddSearchUrl (Android.Content.ContentResolver? cr, string? search);
[<Android.Runtime.Register("addSearchUrl", "(Landroid/content/ContentResolver;Ljava/lang/String;)V", "")>]
static member AddSearchUrl : Android.Content.ContentResolver * string -> unit
Parameters
The ContentResolver used to access the database.
- search
- String
The string to add to the searches database.
- Attributes
Remarks
Add a search string to the searches database.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.