Skip to content

Commit a3ca6b6

Browse files
committed
Add links to collected telemetry to readme
1 parent 9c3942f commit a3ca6b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@ Make sure to check if your issue or PR has already been fixed or implemented **b
263263

264264
## Collection of anonymous usage data
265265

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: [![Statistics](https://img.shields.io/badge/Statistics-8A2BE2)](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.
269269

270270
## Acknowledgements
271271

0 commit comments

Comments
 (0)