- uri
- The uri that is being checked.
- modeFlags
- The type of access to grant. May be one or both of Android.Content.Intent.FLAG_GRANT_READ_URI_PERMISSION or Android.Content.Intent.FLAG_GRANT_WRITE_URI_PERMISSION.
Documentation for this section has not yet been entered.
Determine whether the calling process of an IPC or you has been granted permission to access a specific URI. This is the same as Android.Content.Context.CheckCallingUriPermission(Android.Net.Uri, Android.Content.ActivityFlags), except it grants your own permissions if you are not currently processing an IPC. Use with care!