ContentProvider.GetPathPermissions Method

Definition

Return the path-based permissions required for read and/or write access to this content provider.

[Android.Runtime.Register("getPathPermissions", "()[Landroid/content/pm/PathPermission;", "")]
public Android.Content.PM.PathPermission[]? GetPathPermissions ();
[<Android.Runtime.Register("getPathPermissions", "()[Landroid/content/pm/PathPermission;", "")>]
member this.GetPathPermissions : unit -> Android.Content.PM.PathPermission[]

Returns

Attributes

Remarks

Return the path-based permissions required for read and/or write access to this content provider. This method can be called from multiple threads, as described in Processes and Threads.

Java documentation for android.content.ContentProvider.getPathPermissions().

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