Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-11-11 00:36:57 +0300
committerStefan Niedermann <info@niedermann.it>2020-11-11 00:36:57 +0300
commit9c4ed44d075af3392a9fbe2752f195c55e56d579 (patch)
tree78462b489d64247b5be676f039b795a7e53e8023 /PRIVACY.md
parent797767a6fe96ee7ac25c83f2feb3067d3d0d7845 (diff)
Add permissions information
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'PRIVACY.md')
-rw-r--r--PRIVACY.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/PRIVACY.md b/PRIVACY.md
index 8dbaa93de..f43b9d5af 100644
--- a/PRIVACY.md
+++ b/PRIVACY.md
@@ -9,6 +9,14 @@ The license of this project allows you to verify that no data is collected by th
This is a list of permissions required and asked by the App in order to properly work on your device:
+- `android.permission.CAMERA`
+
+ Used for the preview of the camera in the attachments picker and to capture photos to attach them directly to a card
+
+- `android.permission.READ_CONTACTS`
+
+ Used to display and choose contacts directly within the attachment picker without the need of opening an external app
+
- `android.permission.ACCESS_NETWORK_STATE`
Used to provide offline support and make the "Sync only on Wi-Fi" option possible.