]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/pt-rBR/about_privacy_policy.html
Update the URL in the copyright header. https://redmine.stoutner.com/issues/796
[PrivacyBrowserAndroid.git] / app / src / main / assets / pt-rBR / about_privacy_policy.html
1 <!--
2   Copyright © 2016-2018,2020,2022 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2021 Thiago Nazareno Conceição Silva de Jesus <mochileiro2006-trilhas@yahoo.com.br>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
7
8   Privacy Browser Android is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Browser Android is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Browser Android.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <html>
22     <head>
23         <meta charset="UTF-8">
24
25         <link rel="stylesheet" href="../css/theme.css">
26
27         <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
28         <meta name="color-scheme" content="light dark">
29     </head>
30
31     <body>
32         <h3>Privacy Browser</h3>
33         <p><strong class="red">Privacy Browser does not collect any user information.</strong></p>
34
35
36         <h3>Google Play</h3>
37         <p>Google Play has its <a href="https://policies.google.com/privacy">own privacy policy</a>.
38             Google provides <em>anonymized summary installation information</em> to developers, including the number of installs organized by the following categories.</p>
39         <ul>
40             <li><item>Android version</item> (eg. Android 7.1)</li>
41             <li><item>Device</item> (eg. Samsung Galaxy S6 [zeroflte])</li>
42             <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
43             <li><item>Country</item> (eg. United States)</li>
44             <li><item>Language</item> (eg. English [United States])</li>
45             <li><item>App version</item> (eg. 14)</li>
46             <li><item>Carrier</item> (eg. T-Mobile - US)</li>
47         </ul>
48
49
50         <h3>Google Play Ratings</h3>
51         <p>Google Play has its <a href="https://policies.google.com/privacy">own privacy policy</a>.
52             Google provides developers with <em>anonymized summaries</em> of the following information related to user ratings.</p>
53         <ul>
54             <li><item>Country</item> (eg. United States)</li>
55             <li><item>Language</item> (eg. English)</li>
56             <li><item>App version</item> (eg. 14)</li>
57             <li><item>Android version</item> (eg. Android 7.1)</li>
58             <li><item>Device</item> (eg. Google Nexus 5X [bullhead])</li>
59             <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
60         </ul>
61
62
63         <h3>Google Play Reviews</h3>
64         <p>Google Play has its <a href="https://policies.google.com/privacy">own privacy policy</a>.
65             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>
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
84         <h3>Direct Communications</h3>
85         <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>
86
87
88         <h3>Use of Information</h3>
89         <p><strong class="blue">Stoutner may use this information to assist in the development of Privacy Browser and communicate the status of the project to users.</strong>
90             <strong class="red">Stoutner will never sell this information nor transfer it to any third party that would use it for advertising or marketing.</strong></p>
91
92         <hr />
93         <p style="text-align: center;"><em>Revision 1.7, 14 May 2019</em></p>
94     </body>
95 </html>