ContentProvider.GetPathPermissions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.