]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/about_privacy_policy.html
Add the Guide.
[PrivacyBrowserAndroid.git] / app / src / main / assets / about_privacy_policy.html
index 2aa3f2ab5f963dd126d6b4cff6e0474918673cde..83ecfdaa4e23bcf51ab87eac26925b870db02ddd 100644 (file)
@@ -1,48 +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><font color="0D4781">Privacy Browser</font></h3>
+<h3>Privacy Browser</h3>
+
 <p><strong>Privacy Browser does not collect any user information</strong>.</p>
 
-<hr />
 
-<h3><font color="0D4781">Google Play Ratings</font></h3>
+<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 anonymized summaries of the following information related to user ratings.
+    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><strong>Country</strong></li>
-    <li><strong>Language</strong></li>
-    <li><strong>App version</strong></li>
-    <li><strong>Android version</strong></li>
-    <li><strong>Device</strong> (eg. Google Nexus 5X, Samsung Galaxy Note3)</li>
-    <li><strong>Tablets</strong> (eg. Tablets 10" and above)</li>
+    <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>
 
-<hr />
 
-<h3><font color="0D4781">Google Play Reviews</font></h3>
+<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><strong>Version code</strong> (eg. 7)</li>
-    <li><strong>Version name</strong> (eg. 1.6)</li>
-    <li><strong>Android version</strong> (eg. Android 5.1)</li>
-    <li><strong>Device</strong> (eg. Galaxy S6 Edge+ [zenlte])</li>
-    <li><strong>Manufacturer</strong> (eg. Samsung)</li>
-    <li><strong>Device type</strong> (eg. Phone)</li>
-    <li><strong>CPU make</strong> (eg. Samsung)</li>
-    <li><strong>CPU model</strong> (eg. Exynos 7420)</li>
-    <li><strong>Screen density</strong> (eg. 560 dpi)</li>
-    <li><strong>Screen size</strong> (eg. 2560 x 1440)</li>
-    <li><strong>RAM</strong> (eg. 4096 MB)</li>
-    <li><strong>Native platform</strong> (eg. armeabi-v7a,armeabi,arm64v8a)</li>
-    <li><strong>OpenGL ES version</strong> (eg. 3.1)</li>
-    <li><strong>Device language</strong> (eg. English)</li>
+    <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;">Revision 1.2, 3 June 2016</p>
+<p style="text-align: center;"><em>Revision 1.2, 3 June 2016</em></p>
 </body>
 </html>
\ No newline at end of file