File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ <h1 class="is-size-1 is-size-3-mobile has-text-weight-bold">Frequently Asked Que
130
130
shows "waiting-for-device". What can I do?</ a > </ li >
131
131
< li > < a href ="#find-logs "> Where do I find the logfiles?</ a > </ li >
132
132
< li > < a href ="#dll-missing "> I get the error message "msvcp110.dll missing".</ a > </ li >
133
+ < li > < a href ="#data-collection "> Collection of anonymous usage data</ a > </ li >
133
134
</ ul >
134
135
</ div >
135
136
<!-- TOC End -->
@@ -400,6 +401,18 @@ <h3 id="dll-missing" class="title is-3">I get the error message "msvcp110.dll mi
400
401
Installer again.).
401
402
</ p >
402
403
</ div >
404
+ < div class ="notification has-background-white-bis p-6 content ">
405
+ < h3 id ="data-collection " class ="title is-3 "> Collection of anonymous usage data</ h3 >
406
+ < p > The OpenAndroidInstaller application collects anonymous usage data to help us improve the application. This
407
+ data is collected using < a href ="https://plausible.io " target ="_blank "> Plausible Analytics</ a > and is stored on
408
+ their servers. We do not collect any personal data, and we do not track individual users. We only collect the
409
+ device code when the
410
+ installation process is started and finished to see which devices are most commonly used with the application.
411
+ The code is available in the function < a
412
+ href ="https://github.com/openandroidinstaller-dev/openandroidinstaller/blob/55eba7f585128a1b73be6695a6d663a2686bf793/openandroidinstaller/utils.py#L193 "
413
+ target ="_blank "> `send_tracking_info` in the `openandroidinstaller/utils.py`</ a > file.
414
+ </ p >
415
+ </ div >
403
416
<!-- Content End -->
404
417
</ div >
405
418
</ section >
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ <h1 class="is-size-1 is-size-3-mobile has-text-weight-bold">Frequently Asked Que
31
31
shows "waiting-for-device". What can I do?</ a > </ li >
32
32
< li > < a href ="#find-logs "> Where do I find the logfiles?</ a > </ li >
33
33
< li > < a href ="#dll-missing "> I get the error message "msvcp110.dll missing".</ a > </ li >
34
+ < li > < a href ="#data-collection "> Collection of anonymous usage data</ a > </ li >
34
35
</ ul >
35
36
</ div >
36
37
<!-- TOC End -->
@@ -301,6 +302,18 @@ <h3 id="dll-missing" class="title is-3">I get the error message "msvcp110.dll mi
301
302
Installer again.).
302
303
</ p >
303
304
</ div >
305
+ < div class ="notification has-background-white-bis p-6 content ">
306
+ < h3 id ="data-collection " class ="title is-3 "> Collection of anonymous usage data</ h3 >
307
+ < p > The OpenAndroidInstaller application collects anonymous usage data to help us improve the application. This
308
+ data is collected using < a href ="https://plausible.io " target ="_blank "> Plausible Analytics</ a > and is stored on
309
+ their servers. We do not collect any personal data, and we do not track individual users. We only collect the
310
+ device code when the
311
+ installation process is started and finished to see which devices are most commonly used with the application.
312
+ The code is available in the function < a
313
+ href ="https://github.com/openandroidinstaller-dev/openandroidinstaller/blob/55eba7f585128a1b73be6695a6d663a2686bf793/openandroidinstaller/utils.py#L193 "
314
+ target ="_blank "> `send_tracking_info` in the `openandroidinstaller/utils.py`</ a > file.
315
+ </ p >
316
+ </ div >
304
317
<!-- Content End -->
305
318
</ div >
306
319
</ section >
You can’t perform that action at this time.
0 commit comments