]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/en/about_privacy_policy.html
83ecfdaa4e23bcf51ab87eac26925b870db02ddd
[PrivacyBrowserAndroid.git] / app / src / main / assets / en / about_privacy_policy.html
1 <!--
2   Copyright 2016 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 <style>
22     h3 {
23         color: 0D4781;
24     }
25
26     strong {
27         color: B71C1C;
28     }
29
30     item {
31         color: 1976D2;
32         font-weight: bold;
33     }
34 </style>
35 </head>
36
37 <body>
38 <h3>Privacy Browser</h3>
39
40 <p><strong>Privacy Browser does not collect any user information</strong>.</p>
41
42
43 <h3>Google Play Ratings</h3>
44
45 <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
46     Google provides developers with <em>anonymized summaries</em> of the following information related to user ratings.
47     <strong>Stoutner may use this information for any purpose</strong>.</p>
48
49 <ul>
50     <li><item>Country</item></li>
51     <li><item>Language</item></li>
52     <li><item>App version</item></li>
53     <li><item>Android version</item></li>
54     <li><item>Device</item> (eg. Google Nexus 5X, Samsung Galaxy Note3)</li>
55     <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
56 </ul>
57
58
59 <h3>Google Play Reviews</h3>
60
61 <p>Google Play has it <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
62     In addition to the name of the reviewer, the rating, and the text of the review (which are all available publicly),
63     Google provides some or all of the following information to the developer.
64     <strong>Stoutner may use this information for any purpose</strong>.</p>
65
66 <ul>
67     <li><item>Version code</item> (eg. 7)</li>
68     <li><item>Version name</item> (eg. 1.6)</li>
69     <li><item>Android version</item> (eg. Android 5.1)</li>
70     <li><item>Device</item> (eg. Galaxy S6 Edge+ [zenlte])</li>
71     <li><item>Manufacturer</item> (eg. Samsung)</li>
72     <li><item>Device type</item> (eg. Phone)</li>
73     <li><item>CPU make</item> (eg. Samsung)</li>
74     <li><item>CPU model</item> (eg. Exynos 7420)</li>
75     <li><item>Screen density</item> (eg. 560 dpi)</li>
76     <li><item>Screen size</item> (eg. 2560 x 1440)</li>
77     <li><item>RAM</item> (eg. 4096 MB)</li>
78     <li><item>Native platform</item> (eg. armeabi-v7a,armeabi,arm64v8a)</li>
79     <li><item>OpenGL ES version</item> (eg. 3.1)</li>
80     <li><item>Device language</item> (eg. English)</li>
81 </ul>
82
83 <hr />
84 <p style="text-align: center;"><em>Revision 1.2, 3 June 2016</em></p>
85 </body>
86 </html>