mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-07 03:07:26 +01:00
Unlock Account Section -> Unlock in LockScreenActivity.
This commit is contained in:
parent
ecb891748d
commit
91d24e1e0c
@ -72,7 +72,7 @@ public class LockScreenActivity extends BaseActivity {
|
||||
});
|
||||
|
||||
BiometricPrompt.PromptInfo promptInfo = new BiometricPrompt.PromptInfo.Builder()
|
||||
.setTitle(getString(R.string.unlock_account_section))
|
||||
.setTitle(getString(R.string.unlock))
|
||||
.setAllowedAuthenticators(BIOMETRIC_STRONG | DEVICE_CREDENTIAL)
|
||||
.build();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user