Unlock Account Section -> Unlock in LockScreenActivity.

This commit is contained in:
Alex Ning 2021-09-06 23:33:23 +08:00
parent ecb891748d
commit 91d24e1e0c

View File

@ -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();