Android.Provider.DocumentsContract Class
Defines the contract between a documents provider and the platform.

See Also: DocumentsContract Members

Syntax

[Android.Runtime.Register("android/provider/DocumentsContract", DoNotGenerateAcw=true)]
public sealed class DocumentsContract : Java.Lang.Object

Remarks

Defines the contract between a documents provider and the platform.

To create a document provider, extend Android.Provider.DocumentsProvider, which provides a foundational implementation of this contract.

All client apps must hold a valid URI permission grant to access documents, typically issued when a user makes a selection through Android.Content.Intent.ActionOpenDocument, Android.Content.Intent.ActionCreateDocument, or Android.Content.Intent.ActionOpenDocumentTree.

See Also

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0