Skip to content

Commit

Permalink
Fix privacy policy (#217)
Browse files Browse the repository at this point in the history
* 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. <[email protected]>

* Update content/page/privacy-policy.fr.md

Co-authored-by: Clément L. <[email protected]>

* Update content/page/privacy-policy.fr.md

Co-authored-by: Clément L. <[email protected]>

---------

Co-authored-by: Clément L. <[email protected]>
  • Loading branch information
Jean-BaptisteC and Porkepix authored May 26, 2024
1 parent 3c8c61c commit bb6b3fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion content/page/privacy-policy.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 4 additions & 1 deletion content/page/privacy-policy.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit bb6b3fe

Please sign in to comment.