]> gitweb.stoutner.com Git - PrivacyCell.git/blob - app/src/main/assets/de/privacy_policy.html
Release 1.7.
[PrivacyCell.git] / app / src / main / assets / de / privacy_policy.html
1 <!--
2   Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2021 Bernhard G. Keller.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
7
8   Privacy Cell 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 Cell 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 Cell.  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 Cell</h3>
33         <p><strong class="red">Privacy Cell sammelt keinerlei Benutzer-Informationen.</strong></p>
34
35         <h3>Google Play</h3>
36         <p>Google Play hat seine eigene <a href="https://policies.google.com/privacy">Datenschutzerklärung</a>.
37             Google stellt Entwicklern anonymisierte Installations-Informationen inklusive der Anzahl der Installationen unterteilt in die folgenden Kategorien bereit:</p>
38         <ul>
39             <li><item>Android-Version</item> (z.B. Android 7.1)</li>
40             <li><item>Gerät</item> (z.B. Samsung Galaxy S6 [zeroflte])</li>
41             <li><item>Tablets</item> (z.B. 10"-Tablet oder höher)</li>
42             <li><item>Land</item> (z.B. USA)</li>
43             <li><item>Sprache</item> (z.B. Englisch [USA])</li>
44             <li><item>App-Version</item> (z.B. 14)</li>
45             <li><item>Mobilfunk-Anbieter</item> (z.B. T-Mobile – US)</li>
46         </ul>
47
48         <h3>Google Play Bewertungen</h3>
49         <p>Google Play hat seine eigene <a href="https://policies.google.com/privacy">Datenschutzerklärung</a>.
50             Google stellt Entwicklern folgende anonymisierte Installations-Informationen bezüglich der Bewertungen bereit:</p>
51         <ul>
52             <li><item>Land</item> (z.B. USA)</li>
53             <li><item>Sprache</item> (z.B. Englisch)</li>
54             <li><item>App-Version</item> (z.B. 14)</li>
55             <li><item>Android-Version</item> (z.B. 7.1)</li>
56             <li><item>Gerät</item> (z.B. Google Nexus 5X [bullhead])</li>
57             <li><item>Tablets</item> (z.B. 10"-Tablet oder höher)</li>
58         </ul>
59
60         <h3>Google Play Rezensionen</h3>
61         <p>Google Play hat seine eigene <a href="https://policies.google.com/privacy">Datenschutzerklärung</a>.
62             Zusätzlich zum Namen des Rezensenten, der Bewertung und dem Text der Rezension (welche alle öffentlich zugänglich sind),
63             stellt Google dem Entwickler einige oder alle der folgenden Informationen zur Verfügung:</p>
64         <ul>
65             <li><item>Versions-Code</item> (z.B. 7)</li>
66             <li><item>Versions-Name</item> (z.B. 1.6)</li>
67             <li><item>Android-Version</item> (z.B. Android 5.1)</li>
68             <li><item>Gerät</item>(z.B. Galaxy S6 Edge+ [zenlte])</li>
69             <li><item>Hersteller</item> (z.B. Samsung)</li>
70             <li><item>Gerätetyp</item> (z.B. Mobiltelefon)</li>
71             <li><item>CPU-Fabrikat</item> (z.B. Samsung)</li>
72             <li><item>CPU-Modell</item> (z.B. Exynos 7420)</li>
73             <li><item>Bildschirm-Auflösung</item> (z.B. 560 dpi)</li>
74             <li><item>Bildschirm-Größe</item> (z.B. 2560 x 1440)</li>
75             <li><item>RAM</item> (z.B. 4096 MB)</li>
76             <li><item>Native Plattform</item> (z.B. armeabi-v7a,armeabi,arm64v8a)</li>
77             <li><item>OpenGL ES Version</item> (z.B. 3.1)</li>
78             <li><item>Geräte-Sprache</item> (z.B. Englisch)</li>
79         </ul>
80
81         <h3>Direkte Kommunication</h3>
82         <p>Benutzer können z.B. per Email und Kommentaren auf <a href="https://www.stoutner.com/">stoutner.com</a> direkt mit Stoutner Kontakt aufnehmen.</p>
83
84         <h3>Daten-Nutzung</h3>
85         <p><strong class="blue">Stoutner kann diese Informationen nutzen, um die Entwicklung von Privacy Browser zu unterstützen und den Status des Projekts an Benutzer zu melden.</strong>
86             <strong class="red">Stoutner wird die Informationen niemals verkaufen oder an Dritte weitergeben, welche diese für Anzeigen oder Marketing nutzen.</strong></p>
87
88         <hr />
89         <p style="text-align: center;"><em>Revision 1.0, 23. August 2021</em></p>
90     </body>
91 </html>