You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -263,9 +263,9 @@ Make sure to check if your issue or PR has already been fixed or implemented **b
263
263
264
264
## Collection of anonymous usage data
265
265
266
-
The OpenAndroidInstaller application collects anonymous usage data to help us improve the application. This data is collected using [Plausible Analytics](https://plausible.io) and is stored on their servers.
267
-
We do not collect any personal data, and we do not track individual users. We only collect the device code when the installation process is started and finished to see which devices are most commonly used with the application.
268
-
The code is available in the function `send_tracking_info` in the `openandroidinstaller/utils.py` file.
266
+
The OpenAndroidInstaller application collects anonymous usage data to help us improve the application. This data is collected using [Plausible Analytics](https://plausible.io) and is stored on their servers. You can see what is collected here: [](https://plausible.io/openandroidinstaller.org).
267
+
268
+
We do not collect any personal data, and we do not track individual users. We only collect the device code when the installation process is started and finished to see which devices are most commonly used with the application. The code is available in the function `send_tracking_info` in the `openandroidinstaller/utils.py` file.
0 commit comments