]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/free/assets/en/about_privacy_policy.html
241dbc74b175e3b4c6129e0701adfd43d5b85d1b
[PrivacyBrowserAndroid.git] / app / src / free / 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 Free</h3>
39
40 <p><strong>Privacy Browser Free does not collect any user information</strong>.</p>
41
42
43 <h3>Advertisements</h3>
44
45 <p>Privacy Browser Free displays a banner add across the bottom of the screen using the Google's AdMob network,
46     which has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
47     Note that unless you have <a href="http://www.techrepublic.com/article/pro-tip-how-to-opt-out-of-interest-based-ads-on-your-android-phone/">opted out of interest-based ads</a>,
48     the advertiser will receive a copy of your unique device advertising ID, which allows them to track your device across apps.
49     AdMob reports <em>anonymized summaries</em> of the following information to developers.
50     <strong>Stoutner may use this information for any purpose</strong>.</p>
51
52 <ul>
53     <li><item>Total impressions</item></li>
54     <li><item>Total clicks</item></li>
55     <li><item>Platforms</item> (eg. high-end mobile devices, tablets)</li>
56     <li><item>Activity by country</item></li>
57 </ul>
58
59
60 <h3>Google Play Ratings</h3>
61
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.
64     <strong>Stoutner may use this information for any purpose</strong>.</p>
65
66 <ul>
67     <li><item>Country</item></li>
68     <li><item>Language</item></li>
69     <li><item>App version</item></li>
70     <li><item>Android version</item></li>
71     <li><item>Device</item> (eg. Google Nexus 5X, Samsung Galaxy Note3)</li>
72     <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
73 </ul>
74
75
76 <h3>Google Play Reviews</h3>
77
78 <p>Google Play has it <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
79     In addition to the name of the reviewer, the rating, and the text of the review (which are all available publicly),
80     Google provides some or all of the following information to the developer.
81     <strong>Stoutner may use this information for any purpose</strong>.</p>
82
83 <ul>
84     <li><item>Version code</item> (eg. 7)</li>
85     <li><item>Version name</item> (eg. 1.6)</li>
86     <li><item>Android version</item> (eg. Android 5.1)</li>
87     <li><item>Device</item> (eg. Galaxy S6 Edge+ [zenlte])</li>
88     <li><item>Manufacturer</item> (eg. Samsung)</li>
89     <li><item>Device type</item> (eg. Phone)</li>
90     <li><item>CPU make</item> (eg. Samsung)</li>
91     <li><item>CPU model</item> (eg. Exynos 7420)</li>
92     <li><item>Screen density</item> (eg. 560 dpi)</li>
93     <li><item>Screen size</item> (eg. 2560 x 1440)</li>
94     <li><item>RAM</item> (eg. 4096 MB)</li>
95     <li><item>Native platform</item> (eg. armeabi-v7a,armeabi,arm64v8a)</li>
96     <li><item>OpenGL ES version</item> (eg. 3.1)</li>
97     <li><item>Device language</item> (eg. English)</li>
98 </ul>
99
100 <hr />
101 <p style="text-align: center;"><em>Revision 1.2.1, 2 November 2016</em></p>
102 </body>
103 </html>