onCreate
Activity creation and biometric prompt initialization.
This method handles the complete lifecycle of biometric authentication within the Activity. It retrieves authentication parameters from the shared state, configures the BiometricPrompt with appropriate callbacks, and launches the authentication process with proper error handling.
Parameters
savedInstanceState
Bundle containing saved state (not used due to transient nature)