]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/free/assets/de/about_permissions_dark.html
936c228e9837ef987a5c1a8ce7adf79264de04ab
[PrivacyBrowserAndroid.git] / app / src / free / assets / de / about_permissions_dark.html
1 <!--
2   Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2016 Aaron Gerlach <aaron@gerlach.com>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
5
6   Diese Datei ist Teil von Privacy Browser <https://www.stoutner.com/privacy-browser>.
7
8   Privacy Browser ist eine kostenlose Software: Sie können sie
9   unter den Bedingungen der GNU General Public License weiterverteilen
10   mit Berufung auf die veröffentlichte Fassung der Free Software
11   Foundation, entweder Version 3 der Lizenz oder (nach Ihrer
12   Möglichkeit) jede neuere Version.
13
14   Privacy Browser wird in der Hoffnung vertrieben nützlich zu sein,
15   jedoch OHNE JEGLICHE GARANTIE; auch ohne die implizierte
16   Garantie auf MARKTGÄNGLICHKEIT oder BEREITSCHAFT FÜR
17   BESTIMMTE ANWENDUNGEN. Nutzen Sie die GNU General Public
18   License für mehr Details.
19
20   Sie sollten eine Kopie der GNU General Public License zusammen mit
21   Privacy Browser erhalten haben. Wenn nicht, besuchen Sie
22   <http://www.gnu.org/licenses/>. -->
23
24 <html>
25     <head>
26         <meta charset="UTF-8">
27
28         <link rel="stylesheet" href="../en/css/dark_theme.css">
29     </head>
30
31     <body>
32         <h3>Voller Netzwerkzugriff</h3>
33         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>
34         <p>Benötigt, damit WebView das Internet nutzen kann. Ohne diese Berechtigung wäre Privacy Browser “Kein Browser: Schützt Ihre Privatsphäre durch Fernbleiben von jeglicher Konnektivität”.</p>
35
36         <h3>Verknüpfungen installieren</h3>
37         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
38         <p>Benötigt, um Verknüpfungen zu Websites auf Ihrer Startseite zu erstellen.</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. For the free flavor, Firebase adds the following permissions even though they are not listed in the manifest file.</p>
45
46         <h3>View network connections</h3>
47         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#ACCESS_NETWORK_STATE">android.permission.ACCESS_NETWORK_STATE</a></p>
48         <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>
49
50         <h3>Prevent phone from sleeping</h3>
51         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WAKE_LOCK">android.permission.WAKE_LOCK</a></p>
52         <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>
53
54         <h3>Receive data from Internet</h3>
55         <p><a href="http://androidpermissions.com/permission/com.google.android.c2dm.permission.RECEIVE">com.google.android.c2dm.permission.RECEIVE</a></p>
56         <p>Allows Google to send information directly to the AdView without having to receive a request first (cloud-to-device messaging).</p>
57
58         <h3>Receive data from Internet</h3>
59         <p><a href="https://developers.google.com/cloud-messaging/android/client">com.stoutner.privacybrowser.free.permission.C2D_MESSAGE</a></p>
60         <p>Secures the cloud-to-device messages so that only Privacy Browser Free can receive them.</p>
61     </body>
62 </html>