//android/dev.atick.core.extensions/isAllPermissionsGranted
isAllPermissionsGranted
[androidJvm]\ fun Context.isAllPermissionsGranted(permissions: List<String>): Boolean
Checks if all the given permissions are granted.
Return
true
if all permissions are granted, false
otherwise.
Parameters
androidJvm
permissions | List of permissions to check. |