]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/en/about_privacy_policy.html
German translation by Aaron Gerlach <aaron@gerlach.com>.
[PrivacyBrowserAndroid.git] / app / src / main / assets / en / about_privacy_policy.html
diff --git a/app/src/main/assets/en/about_privacy_policy.html b/app/src/main/assets/en/about_privacy_policy.html
new file mode 100644 (file)
index 0000000..83ecfda
--- /dev/null
@@ -0,0 +1,86 @@
+<!--
+  Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+
+  This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+  Privacy Browser is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  Privacy Browser is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+<head>
+<style>
+    h3 {
+        color: 0D4781;
+    }
+
+    strong {
+        color: B71C1C;
+    }
+
+    item {
+        color: 1976D2;
+        font-weight: bold;
+    }
+</style>
+</head>
+
+<body>
+<h3>Privacy Browser</h3>
+
+<p><strong>Privacy Browser does not collect any user information</strong>.</p>
+
+
+<h3>Google Play Ratings</h3>
+
+<p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
+    Google provides developers with <em>anonymized summaries</em> of the following information related to user ratings.
+    <strong>Stoutner may use this information for any purpose</strong>.</p>
+
+<ul>
+    <li><item>Country</item></li>
+    <li><item>Language</item></li>
+    <li><item>App version</item></li>
+    <li><item>Android version</item></li>
+    <li><item>Device</item> (eg. Google Nexus 5X, Samsung Galaxy Note3)</li>
+    <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
+</ul>
+
+
+<h3>Google Play Reviews</h3>
+
+<p>Google Play has it <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
+    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.
+    <strong>Stoutner may use this information for any purpose</strong>.</p>
+
+<ul>
+    <li><item>Version code</item> (eg. 7)</li>
+    <li><item>Version name</item> (eg. 1.6)</li>
+    <li><item>Android version</item> (eg. Android 5.1)</li>
+    <li><item>Device</item> (eg. Galaxy S6 Edge+ [zenlte])</li>
+    <li><item>Manufacturer</item> (eg. Samsung)</li>
+    <li><item>Device type</item> (eg. Phone)</li>
+    <li><item>CPU make</item> (eg. Samsung)</li>
+    <li><item>CPU model</item> (eg. Exynos 7420)</li>
+    <li><item>Screen density</item> (eg. 560 dpi)</li>
+    <li><item>Screen size</item> (eg. 2560 x 1440)</li>
+    <li><item>RAM</item> (eg. 4096 MB)</li>
+    <li><item>Native platform</item> (eg. armeabi-v7a,armeabi,arm64v8a)</li>
+    <li><item>OpenGL ES version</item> (eg. 3.1)</li>
+    <li><item>Device language</item> (eg. English)</li>
+</ul>
+
+<hr />
+<p style="text-align: center;"><em>Revision 1.2, 3 June 2016</em></p>
+</body>
+</html>
\ No newline at end of file