Skip to content

Commit 1738709

Browse files
committed
added param
1 parent dca128e commit 1738709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/com/microsoft/identity/common/internal/platform/AndroidDevicePopManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ private void initialize(@NonNull final Context context,
368368
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.M) {
369369
initializePre23(context, keyPairGenerator, keySize);
370370
} else if (Build.VERSION.SDK_INT < Build.VERSION_CODES.P) {
371-
initialize23(keyPairGenerator, keySize, useStrongbox, trySetAttestationChallenge, purposes);
371+
initialize23(keyPairGenerator, keySize, useStrongbox, trySetAttestationChallenge, purposes, unnecessaryCryptoPurposesDisabled);
372372
} else {
373373
if (!unnecessaryCryptoPurposesDisabled && enableImport) {
374374
purposes |= KeyProperties.PURPOSE_WRAP_KEY;

0 commit comments

Comments
 (0)