ContextWrapper.EnforceCallingOrSelfPermission(String, String) Method

Definition

If neither you nor the calling process of an IPC you are handling has been granted a particular permission, throw a SecurityException.

[Android.Runtime.Register("enforceCallingOrSelfPermission", "(Ljava/lang/String;Ljava/lang/String;)V", "GetEnforceCallingOrSelfPermission_Ljava_lang_String_Ljava_lang_String_Handler")]
public override void EnforceCallingOrSelfPermission (string? permission, string? message);
[<Android.Runtime.Register("enforceCallingOrSelfPermission", "(Ljava/lang/String;Ljava/lang/String;)V", "GetEnforceCallingOrSelfPermission_Ljava_lang_String_Ljava_lang_String_Handler")>]
override this.EnforceCallingOrSelfPermission : string * string -> unit

Parameters

permission
String

The name of the permission being checked.

message
String

A message to include in the exception if it is thrown.

Attributes

Remarks

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