mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-08-10 19:50:20 +02:00
Target Android SDK 35
This commit is contained in:
@@ -107,6 +107,8 @@ class CryptoComponentImpl implements CryptoComponent {
|
||||
}
|
||||
|
||||
// Based on https://android-developers.googleblog.com/2013/08/some-securerandom-thoughts.html
|
||||
// "Applications which run exclusively on Android KitKat (4.4) or above do
|
||||
// not need to take any special action to work around this bug."
|
||||
private void installSecureRandomProvider(Provider provider) {
|
||||
Provider[] providers = Security.getProviders("SecureRandom.SHA1PRNG");
|
||||
if (providers == null || providers.length == 0
|
||||
|
||||
Reference in New Issue
Block a user