brabo-hi
01/24/2022, 4:18 AMrememberPermissionState
within a compose?brabo-hi
01/24/2022, 4:18 AM@OptIn(ExperimentalPermissionsApi::class)
@Composable
@Preview
fun MyPreview() {
val cameraPermissionState = rememberPermissionState(android.Manifest.permission.CAMERA)
}
brabo-hi
01/24/2022, 4:18 AMjava.lang.IllegalStateException: Permissions should be called in the context of an Activity