brabo-hi
@Composable fun MyComposable() { val cameraPermissionState = rememberPermissionState(Manifest.permission.READ_CONTACTS) }
java.lang.IllegalStateException: Permissions should be called in the context of an Activity
Csaba Kozák
MyComposable()
Activity
MyComposable
A modern programming language that makes developers happier.