]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/it/about_permissions.html
Add DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION explanation. https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / src / main / assets / it / about_permissions.html
index 8147706375994cbb78d21d0c9535579b1b97ca1e..836954b31bf45dcc7b74a815d3b5da2f0f789a15 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright © 2017-2018,2020-2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2017-2018,2020-2022 Soren Stoutner <soren@stoutner.com>.
 
   Translation 2017-2018 Francesco Buratti.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
 
 
         <h3>Creazione di collegamenti</h3>
-        <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
+        <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.<wbr>INSTALL_SHORTCUT</a></p>
         <p>E' richiesto per poter creare collegamenti a siti web sulla schermata principale del dispositivo.</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>
\ No newline at end of file
+</html>