AndroidHasPermission
Type
handler
Summary
Returns true if permission pPermission has been granted by the user.
Syntax
AndroidHasPermission(<pPermission>)
Description
Use the AndroidHasPermission function to find out if permission pPermission has been granted by the user.
note
Permission names are case sensitive.
Parameters
| Name | Type | Description |
|---|---|---|
pPermission | The name of the permission to request.
|
Value
| Name | Type | Description |
|---|---|---|
return | True if permission has been granted, false otherwise. |
Compatibility and Support
OS
android