Go to file
2019-11-01 14:26:22 -04:00
app Bump version to 1.1.0 2019-11-01 08:53:28 -04:00
gradle/wrapper Modernize application code base 2019-11-01 04:53:47 -04:00
.gitignore Ignore .idea 2019-11-01 04:52:46 -04:00
build.gradle Modernize application code base 2019-11-01 04:53:47 -04:00
gradle.properties Modernize application code base 2019-11-01 04:53:47 -04:00
gradlew init release 2019-10-29 13:36:20 +08:00
gradlew.bat init release 2019-10-29 13:36:20 +08:00
LICENSE.md Update copyright notice 2019-11-01 09:02:30 -04:00
README.md Update README.md 2019-11-01 14:26:22 -04:00
settings.gradle init release 2019-10-29 13:36:20 +08:00

Fingerface

Redirect all API requests from FingerprintManager to BiometricManager and BiometricPrompt. This allows users to use Face Unlock in apps that only support fingerprints; very useful for devices such as Pixel 4 and Pixel 4 XL as they no longer have fingerprint scanners, and most apps out there are not updated to use BiometricPrompt yet.

Requirements

  • Android 10.0 or above
  • Xposed Framework (Magisk + Edxposed)

Downloads

Latest Release

License

This project is licensed under the MIT License - see the LICENSE.md file for details