]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/free/assets/en/about_permissions.html
`About Permissions` Spanish translation.
[PrivacyBrowserAndroid.git] / app / src / free / assets / en / about_permissions.html
index 1c7983dd9c26a9ed45e559a177e293e8222b0f8c..a7416bfe02bc1c13f8bdbd49f2a0b75d091a9fea 100644 (file)
 
 <html>
 <head>
-<style>
-    h3 {
-        color: 0D4781;
-    }
-</style>
+    <style>
+        h3 {
+            color: 0D4781;
+        }
+    </style>
 </head>
 
 <body>
 <h3>Have full network access</h3>
 <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>
-<p>Required for the WebView to access the internet.  Without this permission, Privacy Browser would be “No Browser: Protecting Your Privacy by Staying Completely
-    Off the Internet”.</p>
+<p>Required for the WebView to access the internet. Without this permission, Privacy Browser would be “No Browser: Protecting Your Privacy by Staying Completely Off the Internet”.</p>
 
 <h3>Install shortcuts</h3>
 <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
 <hr/>
 <br/>
 
-<p>In addition, Privacy Browser Free displays ads from Google's AdMob network using the Firebase backend.  For the free flavor, Firebase adds the following permissions even though they are not listed in the manifest file.</p>
+<p>In addition, Privacy Browser Free displays ads from Google's AdMob network using the Firebase backend. For the free flavor, Firebase adds the following permissions even though they are not listed in the manifest file.</p>
 
 <h3>View network connections</h3>
 <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#ACCESS_NETWORK_STATE">android.permission.ACCESS_NETWORK_STATE</a></p>
-<p>Allows the ads to tell when you are connected to the internet and when you aren't (presumably so they don't try to reload an ad when you are disconnected).  They can also tell if you are connected via Wi-Fi, 2G, 3G, 4G, etc.</p>
+<p>Allows the ads to tell when you are connected to the internet and when you aren't (presumably so they don't try to reload an ad when you are disconnected). They can also tell if you are connected via Wi-Fi, 2G, 3G, 4G, etc.</p>
 
 <h3>Prevent phone from sleeping</h3>
 <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WAKE_LOCK">android.permission.WAKE_LOCK</a></p>