diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2015-06-08 22:41:37 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2015-06-08 22:41:37 +0200 |
commit | 28cb70d7dc06a66059c7813ad22598a4659f272f (patch) | |
tree | 05cdf811816d8198cecd149e70f231076abae11c | |
parent | 0505af752081b3ca8e28642cb19387532640c118 (diff) | |
parent | 1045deb0e3cb7c3d5953dd9ce1c710ec8c361110 (diff) | |
download | open-keychain-28cb70d7dc06a66059c7813ad22598a4659f272f.tar.gz open-keychain-28cb70d7dc06a66059c7813ad22598a4659f272f.tar.bz2 open-keychain-28cb70d7dc06a66059c7813ad22598a4659f272f.zip |
Merge pull request #1333 from VPhantom/patch-1
Explicit mention of dependency on 3rd party tool
-rw-r--r-- | OpenKeychain/src/main/res/raw/help_faq.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/raw/help_faq.md b/OpenKeychain/src/main/res/raw/help_faq.md index 049d040e1..4cc7c6996 100644 --- a/OpenKeychain/src/main/res/raw/help_faq.md +++ b/OpenKeychain/src/main/res/raw/help_faq.md @@ -52,7 +52,10 @@ However, scanning a QR code, receiving a key via NFC, or exchanging keys via Saf ## Can I mark public keys as trusted without certifying them with my own key? No. You can, however, simply create a new key just for certification, which will essentially be the same thing. - + +## I see no suitable option in the app selection menu when trying to open a local file, what's wrong? + +You probably don't have any stand-alone file managers installed, like OI File Manager, Astro, ES File Explorer, etc. OpenKeychain needs one in order to select files from local storage or SD card, such as for importing keys or encrypting/decrypting files. # Avanced Questions |