From 1d8c547b447d68daf079d9db2b1d792fc631e462 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Thu, 10 May 2018 21:45:42 +0200 Subject: removes support for devices with sdk < 19 - meaning only support for 4.4 (KitKat) or higher --- .../de/thedevstack/conversationsplus/ConversationsPlusApplication.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main/java/de/thedevstack/conversationsplus/ConversationsPlusApplication.java') diff --git a/src/main/java/de/thedevstack/conversationsplus/ConversationsPlusApplication.java b/src/main/java/de/thedevstack/conversationsplus/ConversationsPlusApplication.java index 2c056867..b70226e8 100644 --- a/src/main/java/de/thedevstack/conversationsplus/ConversationsPlusApplication.java +++ b/src/main/java/de/thedevstack/conversationsplus/ConversationsPlusApplication.java @@ -19,7 +19,6 @@ import de.thedevstack.conversationsplus.services.filetransfer.http.download.Http import de.thedevstack.conversationsplus.services.filetransfer.http.upload.HttpUploadFileTransferService; import de.thedevstack.conversationsplus.services.filetransfer.jingle.JingleFileTransferService; import de.thedevstack.conversationsplus.utils.ImageUtil; -import de.thedevstack.conversationsplus.utils.PRNGFixes; import de.thedevstack.conversationsplus.utils.SerialSingleThreadExecutor; /** @@ -55,7 +54,6 @@ public class ConversationsPlusApplication extends Application { * Initializes security features. */ private void initializeSecurity() { - PRNGFixes.apply(); this.secureRandom = new SecureRandom(); ConversationsPlusApplication.updateMemorizingTrustmanager(); } -- cgit v1.2.3