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>2022-12-29 16:14:32 +0300
committerStefan Niedermann <info@niedermann.it>2022-12-29 16:14:32 +0300
commita2f0efb16ae92431ea765aa59a87451bc9555a20 (patch)
tree5ecbd630430f761e23615c0c5fae77d1f443cfdc /PRIVACY.md
parent323cdcd205545dc53469456632f667bd6c89553c (diff)
Fix picture attachment picker for Android 13
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 f43b9d5af..f558b2ea6 100644
--- a/PRIVACY.md
+++ b/PRIVACY.md
@@ -13,10 +13,18 @@ This is a list of permissions required and asked by the App in order to properly
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_MEDIA_IMAGES`, `android.permission.READ_EXTERNAL_STORAGE`
+
+ Used for the attachments picker
+
- `android.permission.READ_CONTACTS`
Used to display and choose contacts directly within the attachment picker without the need of opening an external app
+- `WRITE_EXTERNAL_STORAGE`
+
+ Used for caching selected local attachments to upload them
+
- `android.permission.ACCESS_NETWORK_STATE`
Used to provide offline support and make the "Sync only on Wi-Fi" option possible.