From bb6b3fed505802bf70fa345e2e3127dbc9557612 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste <87148630+Jean-BaptisteC@users.noreply.github.com> Date: Sun, 26 May 2024 22:42:31 +0200 Subject: [PATCH] Fix privacy policy (#217) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix privacy policy * Improve wording * Update french pp * Fix english pp * Fix french pp * Update content/page/privacy-policy.en.md Co-authored-by: Clément L. * Update content/page/privacy-policy.fr.md Co-authored-by: Clément L. * Update content/page/privacy-policy.fr.md Co-authored-by: Clément L. --------- Co-authored-by: Clément L. --- content/page/privacy-policy.en.md | 5 ++++- content/page/privacy-policy.fr.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/content/page/privacy-policy.en.md b/content/page/privacy-policy.en.md index dff0f2b..f729c44 100644 --- a/content/page/privacy-policy.en.md +++ b/content/page/privacy-policy.en.md @@ -16,7 +16,10 @@ The application requires the following permissions: * *QUERY_ALL_PACKAGES*: This permission allows the application to see all installed applications on your device. * *POST_NOTIFICATIONS*: This permission allows the application to post notifications. **This permission is only used on Android 13 and above.** -The application transmits the list of installed applications on the device. This list is not kept by the εxodus server. +We use PackageManager API to get applications handle (ID of app) from every apps installed and not disabled by the user. + +The application transmits the list of applications handle on the device to the εxodus server. This list is not kept by the server. +These application handles are used for the API to return only reports related to what can be found on the device. On the εxodus API server, we keep some information for 16 days, for abuse prevention: IP address, date, time, requested URL and user-agent. diff --git a/content/page/privacy-policy.fr.md b/content/page/privacy-policy.fr.md index 5c02fb6..1a9dafa 100644 --- a/content/page/privacy-policy.fr.md +++ b/content/page/privacy-policy.fr.md @@ -16,7 +16,10 @@ L'application nécessite les autorisations suivantes: * *QUERY_ALL_PACKAGES* : Cette autorisation permet à l'application de connaitre les applications installées sur l'appareil. * *POST_NOTIFICATIONS* : Cette permission permet à l'application de pouvoir publier des notifications. **Cette autorisation est nécessaire uniquement sur Android 13 et supérieures.** -L'application transmet la liste des applications installées sur l'appareil. Cette liste n'est pas conservée par le serveur εxodus. +Nous utilisons l'API PackageManager pour obtenir l'identifiant de toutes les applications installées et n'ayant pas été désactivées. + +L'application transmet la liste des identifiants des applications installées sur l'appareil au serveur εxodus. Cette liste n'est pas conservée par le serveur εxodus. +Celle-ci est nécessaire afin de ne renvoyer à l'appareil que les rapports des applications installées sur ce dernier et n'étant pas désactivées. Sur le serveur d'API εxodus, nous conservons quelques informations durant 16 jours, pour prévenir tout abus : adresse IP, date, heure, l'URL demandée et le user-agent.