- uri
- The Uri whose permission is to be checked, or null to not do this check.
- readPermission
- The permission that provides overall read access, or null to not do this check.
- writePermission
- The permission that provides overall write access, or null to not do this check.
- pid
- The process ID being checked against. Must be > 0.
- uid
- The user ID being checked against. A uid of 0 is the root user, which will pass every permission check.
- 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.
Check both a Uri and normal permission. This allows you to perform both Android.Content.Context.CheckPermission(string, System.Int32, System.Int32) and Android.Content.Context.CheckUriPermission(Android.Net.Uri, System.Int32, System.Int32, System.Int32) in one call.