Permissions.IsDeclaredInManifest(String) Method

Definition

Checks if a permission is declared in the Android manifest file.

public static bool IsDeclaredInManifest (string permission);

Parameters

permission
System.String

The name of the specific permission in the manifest to check.

Returns

System.Boolean

If the permission is declared or not.

Applies to