]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/es/about_privacy_policy.html
Updated Spanish translations provided by Jose A. León Becerra.
[PrivacyBrowserAndroid.git] / app / src / main / assets / es / 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         <p><strong>Privacy Browser does not collect any user information</strong>.</p>
40
41
42         <h3>Google Play</h3>
43         <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
44             Google provides <em>anonymized summary installation information</em> to developers, including the number of
45             installs organized by the following categories. <strong>Stoutner may use this information for any purpose</strong>.
46             Reasonable effort is made to not use this information in a way that would make users uncomfortable.</p>
47         <ul>
48             <li><item>Android version</item> (eg. Android 7.1)</li>
49             <li><item>Device</item> (eg. Samsung Galaxy S6 [zeroflte])</li>
50             <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
51             <li><item>Country</item> (eg. United States)</li>
52             <li><item>Language</item> (eg. English [United States])</li>
53             <li><item>App version</item> (eg. 14)</li>
54             <li><item>Carrier</item> (eg. T-Mobile - US)</li>
55         </ul>
56
57
58         <h3>Google Play Ratings</h3>
59         <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
60             Google provides developers with <em>anonymized summaries</em> of the following information related to user ratings.
61             <strong>Stoutner may use this information for any purpose</strong>. Reasonable effort is made
62             to not use this information in a way that would make users uncomfortable.</p>
63         <ul>
64             <li><item>Country</item> (eg. United States)</li>
65             <li><item>Language</item> (eg. English)</li>
66             <li><item>App version</item> (eg. 14)</li>
67             <li><item>Android version</item> (eg. Android 7.1)</li>
68             <li><item>Device</item> (eg. Google Nexus 5X [bullhead])</li>
69             <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
70         </ul>
71
72
73         <h3>Google Play Reviews</h3>
74         <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
75             In addition to the name of the reviewer, the rating, and the text of the review (which are all available publicly),
76             Google provides some or all of the following information to the developer. <strong>Stoutner may
77             use this information for any purpose</strong>. Reasonable effort is made to not use this
78             information in a way that would make the reviewer uncomfortable.</p>
79         <ul>
80             <li><item>Version code</item> (eg. 7)</li>
81             <li><item>Version name</item> (eg. 1.6)</li>
82             <li><item>Android version</item> (eg. Android 5.1)</li>
83             <li><item>Device</item> (eg. Galaxy S6 Edge+ [zenlte])</li>
84             <li><item>Manufacturer</item> (eg. Samsung)</li>
85             <li><item>Device type</item> (eg. Phone)</li>
86             <li><item>CPU make</item> (eg. Samsung)</li>
87             <li><item>CPU model</item> (eg. Exynos 7420)</li>
88             <li><item>Screen density</item> (eg. 560 dpi)</li>
89             <li><item>Screen size</item> (eg. 2560 x 1440)</li>
90             <li><item>RAM</item> (eg. 4096 MB)</li>
91             <li><item>Native platform</item> (eg. armeabi-v7a,armeabi,arm64v8a)</li>
92             <li><item>OpenGL ES version</item> (eg. 3.1)</li>
93             <li><item>Device language</item> (eg. English)</li>
94         </ul>
95
96
97         <h3>Direct Communications</h3>
98         <p>Users may choose to send direct communications to Stoutner, like email messages and comments on
99             <a href="https://www.stoutner.com/">stoutner.com</a>. <strong>Stoutner may use this information
100             for any purpose</strong>. Reasonable effort is made to not use this information in a way that
101             would make the author uncomfortable.</p>
102
103         <hr />
104         <p style="text-align: center;"><em>Revision 1.3, 14 November 2016</em></p>
105     </body>
106 </html>