From a2f0efb16ae92431ea765aa59a87451bc9555a20 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Thu, 29 Dec 2022 14:14:32 +0100 Subject: Fix picture attachment picker for Android 13 Signed-off-by: Stefan Niedermann --- PRIVACY.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'PRIVACY.md') 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. -- cgit v1.2.3