Click or drag to resize

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
C#
public static bool HasPermission(
	string permission
)

Parameters

permission
Type: SystemString
Permission.

Return Value

Type: Boolean
Return true if it's allowed.
See Also