diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-02-17 09:38:10 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-02-17 09:38:10 -0500 |
| commit | 0258af9dd863c588d73eba01d25e57b4b1ca7aa4 (patch) | |
| tree | c2c924c1c09d50552a2ebdc5851d7e7bbc937216 | |
| parent | b4c0b820df3a6c557b86b21bc67aade9d3ebcbba (diff) | |
clarify home directory access via MTP
| -rw-r--r-- | static/faq.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/static/faq.html b/static/faq.html index ee2f0928..90040064 100644 --- a/static/faq.html +++ b/static/faq.html @@ -1161,10 +1161,11 @@ acts as a shortcut to Settings ➔ Connected devices ➔ USB. You can enable file transfer (MTP) or PTP with this menu. It will provide read/write access to the entire profile home directory, i.e. the top-level directory named after the - device in the system file manager. Due to needing to trust the computer with - coarse-grained access, we recommend transferring files with a flash drive or - an app with end-to-end encryption such sending the files to yourself via an - end-to-end encrypted messaging app like Element (Matrix).</p> + device in the system file manager which does not include internal app data. + Due to needing to trust the computer with coarse-grained access, we recommend + transferring files with a flash drive or an app with end-to-end encryption + such sending the files to yourself via an end-to-end encrypted messaging app + like Element (Matrix).</p> </article> </section> |
