String changes

This commit is contained in:
Nicolás Sánchez 2025-03-17 16:04:44 -03:00
parent 5cbe1e1224
commit b5ba20af81
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ public class MainActivity extends AppCompatActivity {
promptInfo = new BiometricPrompt.PromptInfo.Builder() promptInfo = new BiometricPrompt.PromptInfo.Builder()
.setTitle("Authenticate to access your app") .setTitle("Authenticate to access your app")
.setSubtitle("Verify your identity") .setSubtitle("Verify your identity")
.setDescription("Use your fingerprint or PIN to access your trading information") .setDescription("Use your fingerprint or PIN to access")
.setAllowedAuthenticators(BiometricManager.Authenticators.BIOMETRIC_STRONG | BiometricManager.Authenticators.DEVICE_CREDENTIAL) .setAllowedAuthenticators(BiometricManager.Authenticators.BIOMETRIC_STRONG | BiometricManager.Authenticators.DEVICE_CREDENTIAL)
.build(); .build();