]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/de/about_privacy_policy.html
a9b5a68843a1284efc81b5b0b070d6c229247485
[PrivacyBrowserAndroid.git] / app / src / main / assets / de / about_privacy_policy.html
1 <!--
2   Copyright 2016-2017 Soren Stoutner <soren@stoutner.com>.
3
4   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
5
6   Privacy Browser 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 Browser 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 Browser.  If not, see <http://www.gnu.org/licenses/>. -->
18
19 <html>
20     <head>
21         <meta charset="UTF-8">
22         <style>
23             h3 {
24                 color: 0D4781;
25             }
26
27             strong.red {
28                 color: B71C1C;
29             }
30
31             strong.blue {
32                 color: 1565C0;
33             }
34
35             item {
36                 color: 1976D2;
37                 font-weight: bold;
38             }
39         </style>
40     </head>
41
42     <body>
43         <h3>Privacy Browser</h3>
44         <p><strong class="red">Privacy Browser does not collect any user information</strong>.</p>
45
46
47         <h3>Google Play</h3>
48         <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
49             Google provides <em>anonymized summary installation information</em> to developers, including the number of installs organized by the following categories.</p>
50         <ul>
51             <li><item>Android version</item> (eg. Android 7.1)</li>
52             <li><item>Device</item> (eg. Samsung Galaxy S6 [zeroflte])</li>
53             <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
54             <li><item>Country</item> (eg. United States)</li>
55             <li><item>Language</item> (eg. English [United States])</li>
56             <li><item>App version</item> (eg. 14)</li>
57             <li><item>Carrier</item> (eg. T-Mobile - US)</li>
58         </ul>
59
60
61         <h3>Google Play Ratings</h3>
62         <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
63             Google provides developers with <em>anonymized summaries</em> of the following information related to user ratings.</p>
64         <ul>
65             <li><item>Country</item> (eg. United States)</li>
66             <li><item>Language</item> (eg. English)</li>
67             <li><item>App version</item> (eg. 14)</li>
68             <li><item>Android version</item> (eg. Android 7.1)</li>
69             <li><item>Device</item> (eg. Google Nexus 5X [bullhead])</li>
70             <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
71         </ul>
72
73
74         <h3>Google Play Reviews</h3>
75         <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
76             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>
77         <ul>
78             <li><item>Version code</item> (eg. 7)</li>
79             <li><item>Version name</item> (eg. 1.6)</li>
80             <li><item>Android version</item> (eg. Android 5.1)</li>
81             <li><item>Device</item> (eg. Galaxy S6 Edge+ [zenlte])</li>
82             <li><item>Manufacturer</item> (eg. Samsung)</li>
83             <li><item>Device type</item> (eg. Phone)</li>
84             <li><item>CPU make</item> (eg. Samsung)</li>
85             <li><item>CPU model</item> (eg. Exynos 7420)</li>
86             <li><item>Screen density</item> (eg. 560 dpi)</li>
87             <li><item>Screen size</item> (eg. 2560 x 1440)</li>
88             <li><item>RAM</item> (eg. 4096 MB)</li>
89             <li><item>Native platform</item> (eg. armeabi-v7a,armeabi,arm64v8a)</li>
90             <li><item>OpenGL ES version</item> (eg. 3.1)</li>
91             <li><item>Device language</item> (eg. English)</li>
92         </ul>
93
94
95         <h3>Direct Communications</h3>
96         <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>
97
98         <h3>Use of Information</h3>
99         <p><strong class="red">Stoutner may use this information in any way that assists in the development of Privacy Browser, like troubleshooting bug reports or developing features, including sharing the information with a third party to assist in this process</strong>.
100             <strong class="blue">Stoutner will never sell this information nor transfer it to any third party that would use it for advertising or marketing</strong>.</p>
101
102         <hr />
103         <p style="text-align: center;"><em>Revision 1.4, 20 April 2017</em></p>
104     </body>
105 </html>