]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/free/assets/en/about_privacy_policy.html
Combine the light and dark Guide and About pages. https://redmine.stoutner.com/issue...
[PrivacyBrowserAndroid.git] / app / src / free / assets / en / about_privacy_policy.html
index d53f91d316295d7b2fa3faab6a4d8f2cd6a16d6f..0ec033a67493b14f45370f2109e10fcac202b38a 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright 2016-2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2018,2020 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
 
 <html>
     <head>
-        <style>
-            h3 {
-                color: 0D4781;
-            }
-
-            strong.red {
-                color: B71C1C;
-            }
-
-            strong.blue {
-                color: 1565C0;
-            }
-
-            item {
-                color: 1976D2;
-                font-weight: bold;
-            }
-        </style>
+        <meta charset="UTF-8">
+
+        <link rel="stylesheet" href="../css/theme.css">
+
+        <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
+        <meta name="color-scheme" content="light dark">
     </head>
 
     <body>
         <h3>Privacy Browser Free</h3>
-        <p><strong class="red">Privacy Browser Free does not collect any user information</strong>.</p>
+        <p><strong class="red">Privacy Browser Free does not collect any user information.</strong></p>
 
 
         <h3>Google Play</h3>
@@ -92,9 +80,9 @@
 
 
         <h3>Advertisements</h3>
-        <p>Privacy Browser Free displays a banner ad across the bottom of the screen using Google's AdMob network, which has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
-            Note that unless you have <a href="http://www.techrepublic.com/article/pro-tip-how-to-opt-out-of-interest-based-ads-on-your-android-phone/">opted out of interest-based ads</a>,
-            the advertiser will receive a copy of your unique device advertising ID, which allows them to track your device across apps.
+        <p>Privacy Browser Free displays a banner ad across the bottom of the screen using Google's AdMob network,
+            which has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
+            These ads are set to be <a href="https://developers.google.com/admob/android/eu-consent#update_consent_status">non-personalized</a>.
             AdMob reports <em>anonymized summaries</em> of the following information to developers.</p>
         <ul>
             <li><item>Total impressions</item></li>
 
 
         <h3>Use of Information</h3>
-        <p><strong class="red">Stoutner may use this information in any way that assists in the development of Privacy Browser, like troubleshooting bug reports or developing features, including sharing the information with a third party to assist in this process</strong>.
-            <strong class="blue">Stoutner will never sell this information nor transfer it to any third party that would use it for advertising or marketing</strong>.</p>
+        <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>
+            <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>
 
         <hr />
-        <p style="text-align: center;"><em>Revision 1.4, 20 April 2017</em></p>
+        <p style="text-align: center;"><em>Revision 1.7, 14 May 2019</em></p>
     </body>
 </html>
\ No newline at end of file