brabo-hi
09/30/2021, 7:58 PM@Composable
fun MyComposable() {
val cameraPermissionState = rememberPermissionState(Manifest.permission.READ_CONTACTS)
}
I am getting the following error `
java.lang.IllegalStateException: Permissions should be called in the context of an Activity
`Csaba Kozák
09/30/2021, 10:06 PMMyComposable()
? Are you really outside of an Activity
?brabo-hi
10/01/2021, 7:26 PMMyComposable
is not called directly from from the Activity