Added translated docs to czech (#1963)

* Added translated docs to czech

* Dates reverted, Added link to CZ WEBRTC.md
This commit is contained in:
zenobit
2023-03-19 19:10:32 +01:00
committed by GitHub
parent 9f750c2516
commit 6ae052a7a1
18 changed files with 1336 additions and 9 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
| Updated 07.02.2023 | Languages: EN, [CZ](/docs/lang/cs/ANDROID.md) |
# Accessing files in Android app
SimpleX uses databases and stores its preferences inside private data directory in Android. The directory contains:
@@ -36,4 +38,4 @@ Now the backed-up files will be inside `./apps/chat.simplex.app/`.
Please, note, that if you use a modern version of SimpleX, the databases will be encrypted, and you'll not be able to view contents of them without using `sqlcipher` application and without knowing decryption passphrase (you need to change it to yours from randomly generated in the app firstly).
Please, follow [SQL.md](./SQL.md) guide for more info of how to decrypt your databases and to make queries to them.
Please, follow [SQL.md](./SQL.md) guide for more info of how to decrypt your databases and to make queries to them.