Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC authored May 19, 2024
1 parent 983ec07 commit e4472ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/page/privacy-policy.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ 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.**

We use PackageManager API to get application IDs, and we get app ID about from all apps installed (applications installed by the user and enabled on the device).
We use PackageManager API to get applications handle (ID of app) from all apps installed (applications installed by the user and enabled on the device).

The application transmits the list of applications IDs on the device to the εxodus server. This list is not kept by the server.
The application transmits the list of applications handle on the device to the εxodus server. This list is not kept by the server.

The only usage of applications IDs is to our API return only reports about applications installed on the device.
The only usage of applications handle is to our API returns only reports about applications installed on the device user.

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

0 comments on commit e4472ad

Please sign in to comment.