Android.Content.PM.ProviderInfo.UriPermissionPatterns Property
If non-null, these are the patterns that are allowed for granting URI permissions.

Syntax

[Android.Runtime.Register("uriPermissionPatterns")]
public IList<Android.OS.PatternMatcher> UriPermissionPatterns { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

If non-null, these are the patterns that are allowed for granting URI permissions. Any URI that does not match one of these patterns will not allowed to be granted. If null, all URIs are allowed. The PackageManager.GET_URI_PERMISSION_PATTERNS flag must be specified for this field to be filled in.

[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 1