is it bad practice to get Activity reference inside Composables like this (LocalContex.current) ?, We need activity Reference in some situations like asking of permissions or currently i am working on BiometricPrompt which requires Activity to open it, so in these cases what would be best approach ?