String changes
This commit is contained in:
parent
5cbe1e1224
commit
b5ba20af81
|
|
@ -203,7 +203,7 @@ public class MainActivity extends AppCompatActivity {
|
|||
promptInfo = new BiometricPrompt.PromptInfo.Builder()
|
||||
.setTitle("Authenticate to access your app")
|
||||
.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)
|
||||
.build();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue