]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/free/assets/en/about_permissions_light.html
f37408151d16f5a395e17263d61984c7cb206f98
[PrivacyBrowserAndroid.git] / app / src / free / assets / en / about_permissions_light.html
1 <!--
2   Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
3
4   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
5
6   Privacy Browser is free software: you can redistribute it and/or modify
7   it under the terms of the GNU General Public License as published by
8   the Free Software Foundation, either version 3 of the License, or
9   (at your option) any later version.
10
11   Privacy Browser is distributed in the hope that it will be useful,
12   but WITHOUT ANY WARRANTY; without even the implied warranty of
13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14   GNU General Public License for more details.
15
16   You should have received a copy of the GNU General Public License
17   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
18
19 <html>
20     <head>
21         <meta charset="UTF-8">
22
23         <link rel="stylesheet" href="css/light_theme.css">
24     </head>
25
26     <body>
27         <h3>Have full network access</h3>
28         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>
29         <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>
30
31         <h3>Install shortcuts</h3>
32         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
33         <p>Required to add shortcuts for websites to the launcher desktop.</p>
34
35         <h3>Write storage</h3>
36         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
37         <p>Required to download files to the public download folder.
38             On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
39
40         <br/>
41         <hr/>
42         <br/>
43
44         <p>In addition, Privacy Browser Free displays ads from Google’s AdMob network using the Firebase backend.
45             For the free flavor, Firebase adds the following permissions even though they are not listed in the manifest file.</p>
46
47         <h3>View network connections</h3>
48         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#ACCESS_NETWORK_STATE">android.permission.ACCESS_NETWORK_STATE</a></p>
49         <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).
50             They can also tell if you are connected via Wi-Fi, 2G, 3G, 4G, etc.</p>
51
52         <h3>Prevent phone from sleeping</h3>
53         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WAKE_LOCK">android.permission.WAKE_LOCK</a></p>
54         <p>Allows the ads to keep the processor from sleeping and the screen from dimming, although in my testing I don't think the ads actually do this.</p>
55
56         <h3>Receive data from Internet</h3>
57         <p><a href="http://androidpermissions.com/permission/com.google.android.c2dm.permission.RECEIVE">com.google.android.c2dm.permission.RECEIVE</a></p>
58         <p>Allows Google to send information directly to the AdView without having to receive a request first (cloud-to-device messaging).</p>
59
60         <h3>Receive data from Internet</h3>
61         <p><a href="https://developers.google.com/cloud-messaging/android/client">com.stoutner.privacybrowser.free.permission.C2D_MESSAGE</a></p>
62         <p>Secures the cloud-to-device messages so that only Privacy Browser Free can receive them.</p>
63     </body>
64 </html>