Skip to content

Commit 06297af

Browse files
committed
Add info about data collection to faq
1 parent 200e5d8 commit 06297af

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

public/faq.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ <h1 class="is-size-1 is-size-3-mobile has-text-weight-bold">Frequently Asked Que
130130
shows "waiting-for-device". What can I do?</a></li>
131131
<li><a href="#find-logs">Where do I find the logfiles?</a></li>
132132
<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>
133134
</ul>
134135
</div>
135136
<!-- TOC End -->
@@ -400,6 +401,18 @@ <h3 id="dll-missing" class="title is-3">I get the error message "msvcp110.dll mi
400401
Installer again.).
401402
</p>
402403
</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>
403416
<!-- Content End -->
404417
</div>
405418
</section>

templates/faq.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ <h1 class="is-size-1 is-size-3-mobile has-text-weight-bold">Frequently Asked Que
3131
shows "waiting-for-device". What can I do?</a></li>
3232
<li><a href="#find-logs">Where do I find the logfiles?</a></li>
3333
<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>
3435
</ul>
3536
</div>
3637
<!-- TOC End -->
@@ -301,6 +302,18 @@ <h3 id="dll-missing" class="title is-3">I get the error message "msvcp110.dll mi
301302
Installer again.).
302303
</p>
303304
</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>
304317
<!-- Content End -->
305318
</div>
306319
</section>

0 commit comments

Comments
 (0)