ProviderInfo.PathPermissions Property

Definition

If non-null, these are path-specific permissions that are allowed for accessing the provider.

[Android.Runtime.Register("pathPermissions")]
public System.Collections.Generic.IList<Android.Content.PM.PathPermission>? PathPermissions { get; set; }
[<Android.Runtime.Register("pathPermissions")>]
member this.PathPermissions : System.Collections.Generic.IList<Android.Content.PM.PathPermission> with get, set

Property Value

IList<PathPermission>
Attributes

Remarks

Java documentation for android.content.pm.ProviderInfo.pathPermissions.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to