MediaStore.IsCurrentSystemGallery(ContentResolver, Int32, 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.
[Android.Runtime.Register("isCurrentSystemGallery", "(Landroid/content/ContentResolver;ILjava/lang/String;)Z", "", ApiSince=31)]
public static bool IsCurrentSystemGallery (Android.Content.ContentResolver resolver, int uid, string packageName);
[<Android.Runtime.Register("isCurrentSystemGallery", "(Landroid/content/ContentResolver;ILjava/lang/String;)Z", "", ApiSince=31)>]
static member IsCurrentSystemGallery : Android.Content.ContentResolver * int * string -> bool
Parameters
- resolver
- ContentResolver
- uid
- Int32
- packageName
- String
Returns
- Attributes