]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/de/about_permissions.html
3772732c02a77d7d586bf229c98aa0fbc230c8b1
[PrivacyBrowserAndroid.git] / app / src / main / assets / de / about_permissions.html
1 <!--
2   Copyright 2016-2018,2020-2022 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2019 Bernhard G. Keller.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
5
6   Translation 2018 Stefan Erhardt.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
7
8   Translation 2016 Aaron Gerlach <aaron@gerlach.com>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
9
10   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
11
12   Privacy Browser Android is free software: you can redistribute it and/or modify
13   it under the terms of the GNU General Public License as published by
14   the Free Software Foundation, either version 3 of the License, or
15   (at your option) any later version.
16
17   Privacy Browser Android is distributed in the hope that it will be useful,
18   but WITHOUT ANY WARRANTY; without even the implied warranty of
19   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20   GNU General Public License for more details.
21
22   You should have received a copy of the GNU General Public License
23   along with Privacy Browser Android.  If not, see <http://www.gnu.org/licenses/>. -->
24
25 <html>
26     <head>
27         <meta charset="UTF-8">
28
29         <link rel="stylesheet" href="../css/theme.css">
30
31         <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
32         <meta name="color-scheme" content="light dark">
33     </head>
34
35     <body>
36         <h3>Voller Netzwerkzugriff</h3>
37         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>
38         <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>
39
40         <h3>Verknüpfungen installieren</h3>
41         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission. INSTALL_SHORTCUT</a></p>
42         <p>Benötigt, um Verknüpfungen zu Websites auf Ihrer Startseite zu erstellen.</p>
43     </body>
44 </html>