]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Populate the About:Permissions tab.
authorSoren Stoutner <soren@stoutner.com>
Fri, 3 Jun 2016 21:24:54 +0000 (14:24 -0700)
committerSoren Stoutner <soren@stoutner.com>
Fri, 3 Jun 2016 21:24:54 +0000 (14:24 -0700)
app/build.gradle
app/src/main/assets/about_permissions.html
app/src/main/res/values/strings.xml

index 4c0ec4d5c446f65f63f08b5a3742568f05e36fb7..81cdc54fc81db73dd4171184de52f20fa30b14ba 100644 (file)
@@ -55,5 +55,5 @@ dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
     compile 'com.android.support:design:23.4.0'
     // Only compile com.google.android.gms:play-services-ads for the free version.
-    freeCompile 'com.google.android.gms:play-services-ads:9.0.1'
+    freeCompile 'com.google.android.gms:play-services-ads:9.0.2'
 }
index 3a8d7f4fba6d2570027ed871411c47c24d8a7ad6..adc0ddf06ffd09f1c44277a91eb98521e9aaf1cd 100644 (file)
@@ -1,5 +1,9 @@
 <html>
 <body>
-<p>Permissions</p>
+<h2>Privacy Browser uses the following permissions.</h2>
+<h3>Have full network access (<a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a>)</h3>
+<p>Required for the WebView to access the internet.  Without this permission, Privacy Browser would be “No Browser: Protect Your Privacy by Staying Completely Off the Internet”.</p>
+<h3>Install shortcuts (<a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a>)</h3>
+<p>Required to add shortcuts for websites to the launcher desktop.</p>
 </body>
 </html>
\ No newline at end of file
index 6cd912e105941fc1c9ecc8094b5d9793f405b75d..6ccc4270f045eb9eb2e8e84ca0943394706759f8 100644 (file)
     <!-- About Activity. -->
     <string name="about_privacy_browser">About Privacy Browser</string>
     <string name="version">Version</string>
-        <string name="version_code">Version Code</string>
+        <string name="version_code">version code</string>
         <string name="hardware">Hardware</string>
             <!-- Blank spaces at the end of strings are stripped out, so you have to replace them with the Unicode literal \u00A0. -->
             <string name="brand">Brand:\u00A0</string>