From 377499060c317f72587bf67a231713ac1635f444 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Fri, 3 Jun 2016 14:24:54 -0700 Subject: [PATCH] Populate the About:Permissions tab. --- app/build.gradle | 2 +- app/src/main/assets/about_permissions.html | 6 +++++- app/src/main/res/values/strings.xml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4c0ec4d5..81cdc54f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' } diff --git a/app/src/main/assets/about_permissions.html b/app/src/main/assets/about_permissions.html index 3a8d7f4f..adc0ddf0 100644 --- a/app/src/main/assets/about_permissions.html +++ b/app/src/main/assets/about_permissions.html @@ -1,5 +1,9 @@ -

Permissions

+

Privacy Browser uses the following permissions.

+

Have full network access (android.permission.INTERNET)

+

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”.

+

Install shortcuts (com.android.launcher.permission.INSTALL_SHORTCUT)

+

Required to add shortcuts for websites to the launcher desktop.

\ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6cd912e1..6ccc4270 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -150,7 +150,7 @@ About Privacy Browser Version - Version Code + version code Hardware Brand:\u00A0 -- 2.43.0