]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/de/about_permissions.html
Add DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION explanation. https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / src / main / assets / de / about_permissions.html
index a0fd9cabc75965fd7ed9b8faeeb0be4a28285062..e4559f2aa650098006f6fa241213448739e3286e 100644 (file)
@@ -1,42 +1,48 @@
-<!--\r
-  Copyright 2016 Soren Stoutner <soren@stoutner.com>.\r
-\r
-  Translation 2016 Aaron Gerlach <aaron@gerlach.com>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.\r
-\r
-  Diese Datei ist Teil von Privacy Browser <https://www.stoutner.com/privacy-browser>.\r
-\r
-  Privacy Browser ist eine kostenlose Software: Sie können sie\r
-  unter den Bedingungen der GNU General Public License weiterverteilen\r
-  mit Berufung auf die veröffentlichte Fassung der Free Software\r
-  Foundation, entweder Version 3 der Lizenz oder (nach Ihrer\r
-  Möglichkeit) jede neuere Version.\r
-\r
-  Privacy Browser wird in der Hoffnung vertrieben nützlich zu sein,\r
-  jedoch OHNE JEGLICHE GARANTIE; auch ohne die implizierte\r
-  Garantie auf MARKTGÄNGLICHKEIT oder BEREITSCHAFT FÜR\r
-  BESTIMMTE ANWENDUNGEN. Nutzen Sie die GNU General Public\r
-  License für mehr Details.\r
-\r
-  Sie sollten eine Kopie der GNU General Public License zusammen mit\r
-  Privacy Browser erhalten haben. Wenn nicht, besuchen Sie\r
-  <http://www.gnu.org/licenses/>. -->\r
-\r
-<html>\r
-<head>\r
-    <style>\r
-        h3 {\r
-            color: 0D4781;\r
-        }\r
-    </style>\r
-</head>\r
-\r
-<body>\r
-<h3>Voller Netzwerkzugriff</h3>\r
-<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>\r
-<p>Ben&ouml;tigt, damit WebView das Internet nutzen kann. Ohne diese Berechtigung w&auml;re Privacy Browser &ldquo;Kein Browser: Sch&uuml;tzt Ihre Privatsph&auml;re durch Fernbleiben von jeglicher Konnektivit&auml;t&rdquo;.</p>\r
-\r
-<h3>Verkn&uuml;pfungen installieren</h3>\r
-<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>\r
-<p>Ben&ouml;tigt, um Verkn&uuml;pfungen zu Websites auf Ihrer Startseite zu erstellen.</p>\r
-</body>\r
-</html>
\ No newline at end of file
+<!--
+  Copyright 2016-2018,2020-2022 Soren Stoutner <soren@stoutner.com>.
+
+  Translation 2019 Bernhard G. Keller.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+
+  Translation 2018 Stefan Erhardt.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+
+  Translation 2016 Aaron Gerlach <aaron@gerlach.com>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+
+  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
+
+  Privacy Browser Android is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  Privacy Browser Android is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with Privacy Browser Android.  If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+    <head>
+        <meta charset="UTF-8">
+
+        <link rel="stylesheet" href="../css/theme.css">
+
+        <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
+        <meta name="color-scheme" content="light dark">
+    </head>
+
+    <body>
+        <h3>Voller Netzwerkzugriff</h3>
+        <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>
+        <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>
+
+        <h3>Verknüpfungen installieren</h3>
+        <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.<wbr>INSTALL_SHORTCUT</a></p>
+        <p>Benötigt, um Verknüpfungen zu Websites auf Ihrer Startseite zu erstellen.</p>
+
+        <h3><a href="https://developer.android.google.cn/about/versions/13/features#runtime-receivers">
+            com.stoutner.privacybrowser.<wbr>standard.<wbr>DYNAMIC_<wbr>RECEIVER_<wbr>NOT_<wbr>EXPORTED_<wbr>PERMISSION</a></h3>
+        <p>Automatically added to all apps targeting API >= 33 (Android 13) to prevent other apps from connecting to dynamic receivers without explicit permission.</p>
+    </body>
+</html>