| AppID: | eu.rafareborn.biometricbypass |
| Author: | Rafa Reborn |
| License: | MIT |
| InRepoSince: | 2025-04-19 |
| LastRepoUpdate: | 2026-03-18 |
| LastAppUpdate: | 2026-03-17 |
| LastVersion: | 2.0.0 |
| Categories: | Xposed |
| APK source: | Github |
| Google Play: | Check if it's there |
This LSPosed module streamlines face unlock by skipping the confirmation step enforced after biometric authentication. It applies the bypass system-wide — so it works across all apps, including banking or security-sensitive ones.
Android introduced the setConfirmationRequired(false) flag in Android 10 to support passive authentication flows (e.g., face unlock without requiring a tap). Since most apps don't disable confirmation explicitly, Android defaults to requiring a manual tap, turning face unlock into a two-step chore.
This module ensures the confirmation step is skipped across all biometric flows, regardless of app implementation.
WhatsNew:
Migrate to libxposed API 101. Requires an LSPosed Manager with API 101 support.
- Upgrade to Gradle 9.4, AGP 9.1.0, Kotlin 2.3.10
- Update coroutines to 1.10.2