From ac71ad887de0e51580d9ff80329842bf6f77a813 Mon Sep 17 00:00:00 2001 From: Hardcore Sushi Date: Sun, 10 Sep 2023 21:36:12 +0200 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f18c392..b7f067a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Some available features are considered risky and are therefore disabled by defau Decrypt and open file using external apps. These apps could save and send the files thus opened.
  • Expose open volumes*:

    - Allow open volumes to be browsed in the system file explorer ([DocumentProvider](https://developer.android.com/guide/topics/providers/document-provider) API). Encrypted files can then be selected from other applications, potentially with permanent access. + Allow open volumes to be browsed in the system file explorer (DocumentProvider API). Encrypted files can then be selected from other applications, potentially with permanent access.
  • Grant write access:

    Files opened with another applications can be modified by them. This applies to both previous unsafe features.