ScreenLock: Implement fingerprint unlocking with BiometricPromptCompat

This commit is contained in:
Torsten Grote
2018-08-07 18:33:11 -03:00
parent de63141997
commit c5d374af04
7 changed files with 104 additions and 22 deletions

View File

@@ -475,6 +475,8 @@
<!-- App Locking -->
<string name="lock_unlock">Unlock Briar</string>
<string name="lock_unlock_verbose">Enter your device PIN, pattern or password to unlock Briar</string>
<string name="lock_unlock_fingerprint_description">Touch your fingerprint sensor with the registered finger to continue</string>
<string name="lock_unlock_password">Use Password</string>
<string name="lock_is_locked">Briar is locked</string>
<string name="lock_tap_to_unlock">Tap to unlock</string>