ContextWrapper.ContentResolver Property

Definition

Return a ContentResolver instance for your application's package.

public override Android.Content.ContentResolver? ContentResolver { [Android.Runtime.Register("getContentResolver", "()Landroid/content/ContentResolver;", "GetGetContentResolverHandler")] get; }
[<get: Android.Runtime.Register("getContentResolver", "()Landroid/content/ContentResolver;", "GetGetContentResolverHandler")>]
member this.ContentResolver : Android.Content.ContentResolver

Property Value

Return a ContentResolver instance for your application's package.

Attributes

Remarks

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.

Java documentation for android.content.ContextWrapper.getContentResolver().

Applies to