See Also: DocumentsContract Members
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.