Release 1.0.2
Returning the permission list when they were granted
private val easyPermission = registerForPermissionsResult {
whenPermissionGranted { permissions ->
showPermissionsGranted(permissions)
}
...
}
Returning the permission list when they were granted
private val easyPermission = registerForPermissionsResult {
whenPermissionGranted { permissions ->
showPermissionsGranted(permissions)
}
...
}