We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc546fb + c3b15a4 commit 69fea9eCopy full SHA for 69fea9e
1 file changed
forgerock-core/src/main/java/org/forgerock/android/auth/encrypt/SecretKeyEncryptor.kt
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2024. PingIdentity. All rights reserved.
+ * Copyright (c) 2024 - 2025 ForgeRock. All rights reserved.
3
*
4
* This software may be modified and distributed under the terms
5
* of the MIT license. See the LICENSE file for details.
@@ -61,7 +61,7 @@ class SecretKeyEncryptorConfig {
61
var throwWhenEncryptError = true
62
var symmetricKeySize = 256
63
var invalidatedByBiometricEnrollment = true
64
- var strongBoxPreferred = true
+ var strongBoxPreferred = false //Default to false to support more devices
65
}
66
67
/**
0 commit comments