From bff8ddc5b8ca556a07a278e249616a9ef9eea88c Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 8 Jun 2020 10:00:31 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index 182a6986e1..06e212b2aa 100644 --- a/FAQ.md +++ b/FAQ.md @@ -652,15 +652,16 @@ If you want to undo decryption, you can use the *resync* menu item in the three- You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packages/org.sufficientlysecure.keychain/) first. FairEmail was tested with OpenKeychain version 5.4. Later versions will most likely be compatible, but earlier versions might not be. -The OpenKeychain app is known to (silently) crash when the calling app (FairEmail) is not authorized yet and is getting an existing public key. +**Important**: the OpenKeychain app is known to (silently) crash when the calling app (FairEmail) is not authorized yet and is getting an existing public key. You can workaround this by trying to send a signed/encrypted message to a sender with an unknown public key. -If the OpenKeychain app cannot find a key (anymore), you might need to reset a previously selected key. +**Important**: if the OpenKeychain app cannot find a key (anymore), you might need to reset a previously selected key. This can be done by long pressing an identity in the list of identities (Setup, step 2, Manage). -To let apps like FairEmail reliably connect to the OpenKeychain service to encrypt/decrypt messages, +**Important**: to let apps like FairEmail reliably connect to the OpenKeychain service to encrypt/decrypt messages, it might be necessary to disable battery optimizations for the OpenKeychain app. -On some Android versions / devices it is necessary to enable *Show popups while running in background* + +**Important**: on some Android versions / devices it is necessary to enable *Show popups while running in background* in the additional permissions of the Android app settings of the OpenKeychain app. Without this permission the draft will be saved, but the OpenKeychain popup to confirm/select might not appear.