RuntimePermissionHelperHasPermission Method |
Check the permission whether this app is granted.
Namespace:
AndroidLocalGalleryPlugin
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static bool HasPermission(
string permission
)
Parameters
- permission
- Type: SystemString
Permission.
Return Value
Type:
BooleanReturn true if it's allowed.
See Also