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

Attributes

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.

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