mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 13:29:50 +02:00
Unlock Account Section -> Unlock in LockScreenActivity.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user