Android.Content.ContentProvider.SetPathPermissions Method
Change the path-based permission required to read and/or write data in the content provider.

Syntax

[Android.Runtime.Register("setPathPermissions", "([Landroid/content/pm/PathPermission;)V", "")]
protected void SetPathPermissions (Android.Content.PM.PathPermission[] permissions)

Parameters

permissions
Array of path permission descriptions.

Remarks

Change the path-based permission required to read and/or write data in the content provider. This is normally set for you from its manifest information when the provider is first created.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4