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'
}
<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
<!-- 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>