Android Secure Components v3.12.0
· One min read
Drop-in upgrade from 3.11.x — no breaking public API changes.
Added
- Mock biometrics —
WeavrComponentsFeatureFlags.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 tofalse. See the feature flags guide for details.