Method IsPermissionGranted
IsPermissionGranted(string)
Checks if an Android permission is granted to the application.
Declaration
public static bool IsPermissionGranted(string permissionName)
Parameters
Type | Name | Description |
---|---|---|
string | permissionName | The full name of the Android permission to check (e.g. android.permission.CAMERA). |
Returns
Type | Description |
---|---|
bool |
|