]> gitweb.stoutner.com Git - PrivacyCell.git/blob - app/src/main/assets/en/privacy_policy.html
Release 1.2.
[PrivacyCell.git] / app / src / main / assets / en / privacy_policy.html
1 <!--
2   Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
3
4   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
5
6   Privacy Cell is free software: you can redistribute it and/or modify
7   it under the terms of the GNU General Public License as published by
8   the Free Software Foundation, either version 3 of the License, or
9   (at your option) any later version.
10
11   Privacy Cell is distributed in the hope that it will be useful,
12   but WITHOUT ANY WARRANTY; without even the implied warranty of
13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14   GNU General Public License for more details.
15
16   You should have received a copy of the GNU General Public License
17   along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
18
19 <html>
20     <head>
21         <meta charset="UTF-8">
22
23         <link rel="stylesheet" href="../css/theme.css">
24
25         <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
26         <meta name="color-scheme" content="light dark">
27     </head>
28
29     <body>
30         <h3>Privacy Cell</h3>
31         <p><strong class="red">Privacy Cell does not collect any user information.</strong></p>
32
33         <h3>Google Play</h3>
34         <p>Google Play has its <a href="https://policies.google.com/privacy">own privacy policy</a>.
35             Google provides anonymized summary installation information to developers, including the number of installs organized by the following categories.</p>
36         <ul>
37             <li><item>Android version</item> (eg. Android 7.1)</li>
38             <li><item>Device</item> (eg. Samsung Galaxy S6 [zeroflte])</li>
39             <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
40             <li><item>Country</item> (eg. United States)</li>
41             <li><item>Language</item> (eg. English [United States])</li>
42             <li><item>App version</item> (eg. 14)</li>
43             <li><item>Carrier </item>(eg. T-Mobile – US)</li>
44         </ul>
45
46         <h3>Google Play Ratings</h3>
47         <p>Google Play has its <a href="https://policies.google.com/privacy">own privacy policy</a>.
48             Google provides developers with anonymized summaries of the following information related to user ratings.</p>
49         <ul>
50             <li><item>Country</item> (eg. United States)</li>
51             <li><item>Language</item> (eg. English)</li>
52             <li><item>App version</item> (eg. 14)</li>
53             <li><item>Android version</item> (eg. 7.1)</li>
54             <li><item>Device</item> (eg. Google Nexus 5X [bullhead])</li>
55             <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
56         </ul>
57
58         <h3>Google Play Reviews</h3>
59         <p>Google Play has its <a href="https://policies.google.com/privacy">own privacy policy</a>.
60             In addition to the name of the reviewer, the rating, and the text of the review (which are all available publicly), Google provides some or all of the following information to the developer.</p>
61         <ul>
62             <li><item>Version code</item> (eg. 7)</li>
63             <li><item>Version name</item> (eg. 1.6)</li>
64             <li><item>Android version</item> (eg. Android 5.1)</li>
65             <li><item>Device </item>(eg. Galaxy S6 Edge+ [zenlte])</li>
66             <li><item>Manufacturer</item> (eg. Samsung)</li>
67             <li><item>Device type</item> (eg. Phone)</li>
68             <li><item>CPU make</item> (eg. Samsung)</li>
69             <li><item>CPU model</item> (eg. Exynos 7420)</li>
70             <li><item>Screen density</item> (eg. 560 dpi)</li>
71             <li><item>Screen size</item> (eg. 2560 x 1440)</li>
72             <li><item>RAM</item> (eg. 4096 MB)</li>
73             <li><item>Native platform</item> (eg. armeabi-v7a,armeabi,arm64v8a)</li>
74             <li><item>OpenGL ES version</item> (eg. 3.1)</li>
75             <li><item>Device language</item> (eg. English)</li>
76         </ul>
77
78         <h3>Direct Communications</h3>
79         <p>Users may choose to send direct communications to Stoutner, like email messages and comments on <a href="https://www.stoutner.com/">stoutner.com</a>.</p>
80
81         <h3>Use of Information</h3>
82         <p><strong class="blue">Stoutner may use this information to assist in the development of Privacy Cell and communicate the status of the project to users.</strong>
83             <strong class="red">Stoutner will never sell the information nor transfer it to any third party that would use it for advertising or marketing.</strong></p>
84
85         <hr />
86         <p style="text-align: center;"><em>Revision 1.0, 23 August 2021</em></p>
87     </body>
88 </html>