From 3052738581f302a61606cb48953387c1c5d00089 Mon Sep 17 00:00:00 2001 From: Philipp Walter Date: Wed, 18 Sep 2024 13:03:18 +0200 Subject: [PATCH] chore: revert to strongbox on Android (#2238) --- ...nonymdev+react-native-keychain+8.2.2.patch | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 patches/@synonymdev+react-native-keychain+8.2.2.patch diff --git a/patches/@synonymdev+react-native-keychain+8.2.2.patch b/patches/@synonymdev+react-native-keychain+8.2.2.patch deleted file mode 100644 index 695ae5433..000000000 --- a/patches/@synonymdev+react-native-keychain+8.2.2.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/node_modules/@synonymdev/react-native-keychain/android/src/main/java/com/oblador/keychain/cipherStorage/CipherStorageBase.java b/node_modules/@synonymdev/react-native-keychain/android/src/main/java/com/oblador/keychain/cipherStorage/CipherStorageBase.java -index 5c82167..c5e0907 100644 ---- a/node_modules/@synonymdev/react-native-keychain/android/src/main/java/com/oblador/keychain/cipherStorage/CipherStorageBase.java -+++ b/node_modules/@synonymdev/react-native-keychain/android/src/main/java/com/oblador/keychain/cipherStorage/CipherStorageBase.java -@@ -409,6 +409,7 @@ abstract public class CipherStorageBase implements CipherStorage { - if (null == isStrongboxAvailable || isStrongboxAvailable.get()) { - if (null == isStrongboxAvailable) isStrongboxAvailable = new AtomicBoolean(false); - -+ /* - try { - secretKey = tryGenerateStrongBoxSecurityKey(alias); - -@@ -416,6 +417,7 @@ abstract public class CipherStorageBase implements CipherStorage { - } catch (GeneralSecurityException | ProviderException ex) { - Log.w(LOG_TAG, "StrongBox security storage is not available.", ex); - } -+ */ - } - } -