Biometric Bypass
Run retries on the view handler instead of coroutines to avoid misses in some scenarios
Skip non-main SystemUI processes
Cache AuthContainerView reflection at hook setup
Drop unused dependencies
Even after your face is recognized, Android often shows a "tap to confirm" dialog before letting you through. This module removes that dialog system-wide, so a successful scan unlocks straight away instead of waiting for a second tap.
It works by hooking into System UI, so the bypass applies everywhere, including banking and security-sensitive apps that would normally force the extra step.
Requirements
- Android 10 (API 29) or higher
- An Xposed framework with libxposed API 101 support
- An AOSP-based or close-to-stock ROM (OEM skins like MIUI or One UI are untested and likely unsupported)
A note on security
Removing the confirmation step trades a little security for speed. With it enabled, anything that satisfies the biometric sensor, including a spoof or your own face while you are asleep, will unlock without the extra tap. Use it where that tradeoff makes sense for you.
- نگارنده: hxreborn
- پروانه: MIT License
- ردیاب مشکل
- کد مبدأ
- فرادادهٔ ساخت
- وضعیت قابلیت بازتولید
نگارشها
با وجود موجود بودن بارگیریهای APK برای دادن حق گزینش، باید آگاه باشید که با نصب به این روش، آگاهیهای بهروز رسانی را دریافت نکرده و راهی ناامن برای بارگیری است. پیشنهاد میشود کارهٔ افدروید را نصب و از آن استفاده کنید.
بارگیری افدروید-
این نگارش، به اندروید ۱۰ یا جدیدتر نیاز دارد.
به دست توسعهدهندهٔ اصلی ساخته، امضا شده و برای تطبیق با این کد مبدأ تضمین شده است.
بارگیری APK ۶۶ کیب امضای PGP | گزارش ساخت
-
این نگارش، به اندروید ۱۰ یا جدیدتر نیاز دارد.
به دست توسعهدهندهٔ اصلی ساخته، امضا شده و برای تطبیق با این کد مبدأ تضمین شده است.
بارگیری APK ۱۵۱ کیب امضای PGP | گزارش ساخت
-
این نگارش، به اندروید ۱۰ یا جدیدتر نیاز دارد.
به دست توسعهدهندهٔ اصلی ساخته، امضا شده و برای تطبیق با این کد مبدأ تضمین شده است.
بارگیری APK ۱۶۷ کیب امضای PGP | گزارش ساخت
- Upgrade to Gradle 9.4, AGP 9.1.0, Kotlin 2.3.10
- Update coroutines to 1.10.2
- Target Android 16 (SDK 36)
- Update AGP to 8.11.0 and Kotlin to 2.1.21
- Add CI/CD release pipeline
