From ffe67691fe7ad995113eacb0ee5785f51e0051de Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 27 Sep 2022 17:56:05 -0300 Subject: [wallet] Don't run qtart in a separate process This required IPC and the mechanism chosen was limiting us to transferring 1MB (or less!) to/from wallet-core. Now we simply run it in an IO thread. The should be no functional difference (except new bugs introduced when swapping in a new mechanism). The second process with qtart running in WalletBackendService also got killed when the OS killed our main process. --- wallet/src/main/AndroidManifest.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'wallet/src/main/AndroidManifest.xml') diff --git a/wallet/src/main/AndroidManifest.xml b/wallet/src/main/AndroidManifest.xml index 0b0a5b6..96c2958 100644 --- a/wallet/src/main/AndroidManifest.xml +++ b/wallet/src/main/AndroidManifest.xml @@ -89,10 +89,6 @@ android:name="android.nfc.cardemulation.host_apdu_service" android:resource="@xml/apduservice" /> - - -- cgit v1.2.3