mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-03-01 05:01:48 +00: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