MediaStore.GetPackageForSearchMediaService(ContentResolver) 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.
Gets the package name of the SearchMediaService that client apps use to connect.
[Android.Runtime.Register("getPackageForSearchMediaService", "(Landroid/content/ContentResolver;)Ljava/lang/String;", "", ApiSince=37)]
public static string GetPackageForSearchMediaService(Android.Content.ContentResolver resolver);
[<Android.Runtime.Register("getPackageForSearchMediaService", "(Landroid/content/ContentResolver;)Ljava/lang/String;", "", ApiSince=37)>]
static member GetPackageForSearchMediaService : Android.Content.ContentResolver -> string
Parameters
- resolver
- ContentResolver
Returns
- Attributes