Skip to main content

Android Secure Components v3.12.0

· One min read

Drop-in upgrade from 3.11.x — no breaking public API changes.

Added

  • Mock biometricsWeavrComponentsFeatureFlags.setMockBiometrics(true) replaces the system biometric prompt with an in-process dialog, making biometric flows automatable in UI tests. Available in Sandbox only; calls in Production are silently rejected and the flag is reset to false. See the feature flags guide for details.