RuntimePermissionHelperShouldShowRequestPermissionRationale Method |
Ask activity should show the permission rationale.
Namespace:
AndroidLocalGalleryPlugin
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static bool ShouldShowRequestPermissionRationale(
string permission
)
Parameters
- permission
- Type: SystemString
Permission.
Return Value
Type:
BooleanReturn true if it should show the permission rationale.
See Also