2 Copyright © 2016-2018,2020-2021 Soren Stoutner <soren@stoutner.com>.
4 Translation 2019 Bernhard G. Keller. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
6 Translation 2018 Stefan Erhardt. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
8 Translation 2016 Aaron Gerlach <aaron@gerlach.com>. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
10 This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
12 Privacy Browser 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.
17 Privacy Browser 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.
22 You should have received a copy of the GNU General Public License
23 along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
27 <meta charset="UTF-8">
29 <link rel="stylesheet" href="../css/theme.css">
31 <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
32 <meta name="color-scheme" content="light dark">
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>
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>