Click or drag to resize

RuntimePermissionHelperShouldShowRequestPermissionRationale Method

Ask activity should show the permission rationale.

Namespace:  AndroidLocalGalleryPlugin
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static bool ShouldShowRequestPermissionRationale(
	string permission
)

Parameters

permission
Type: SystemString
Permission.

Return Value

Type: Boolean
Return true if it should show the permission rationale.
See Also