Android.Content.ContextWrapper.CheckCallingOrSelfPermission Method
Determine whether the calling process of an IPC or you have been granted a particular permission.

Syntax

[Android.Runtime.Register("checkCallingOrSelfPermission", "(Ljava/lang/String;)I", "GetCheckCallingOrSelfPermission_Ljava_lang_String_Handler")]
[return:Android.Runtime.GeneratedEnum]
public override Android.Content.PM.Permission CheckCallingOrSelfPermission (string permission)

Parameters

permission
The name of the permission being checked.

Returns

Documentation for this section has not yet been entered.

Remarks

Determine whether the calling process of an IPC or you have been granted a particular permission. This is the same as Context.CheckCallingPermission(string), except it grants your own permissions if you are not currently processing an IPC. Use with care!

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1