Android.Content.PM.ProviderInfo.PathPermissions Property
If non-null, these are path-specific permissions that are allowed for accessing the provider.

Syntax

[Android.Runtime.Register("pathPermissions")]
public IList<PathPermission> PathPermissions { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

If non-null, these are path-specific permissions that are allowed for accessing the provider. Any permissions listed here will allow a holding client to access the provider, and the provider will check the URI it provides when making calls against the patterns here.

[Android Documentation]

Requirements

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