]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/assets/it/permissions.html
Add POST_NOTIFICATION permission information. https://redmine.stoutner.com/issues/940
[PrivacyCell.git] / app / src / main / assets / it / permissions.html
index caeae35b4f904783c1893498eff567ba1277be46..905ea61d6ee8b5250087d628b50593d28df7b64e 100644 (file)
         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#READ_PHONE_STATE">android.permission.<wbr>READ_PHONE_STATE</a></p>
         <p>Richiesta per determinare i protocolli utilizzati dalla rete.</p>
 
+        <h3>Show Notifications</h3>
+        <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#POST_NOTIFICATIONS">android.permission.<wbr>POST_NOTIFICATIONS</a></p>
+        <p>Allows Privacy Cell to display a realtime monitoring notification icon in the status bar.</p>
+
         <h3>Run foreground service</h3>
         <p><a href="https://developer.android.com/reference/android/Manifest.permission#FOREGROUND_SERVICE">android.permission.<wbr>FOREGROUND_SERVICE</a></p>
-        <p>Allows Privacy Cell to display a realtime monitoring notification icon in the status bar.</p>
+        <p>Allows Privacy Cell to update the realtime monitoring notification icon when the app is not in the foreground.</p>
 
         <p><a href="https://developer.android.com/reference/android/Manifest.permission#FOREGROUND_SERVICE_SPECIAL_USE">android.permission.<wbr>FOREGROUND_SERVICE_<wbr>SPECIAL_USE</a></p>
         <p>Specifies the type of foreground service.
@@ -47,4 +51,4 @@
         <p><a href="https://developer.android.com/reference/android/Manifest.permission#RECEIVE_BOOT_COMPLETED">android.permission.<wbr>RECEIVE_BOOT_COMPLETED</a></p>
         <p>Allows Privacy Cell to enable the realtime monitoring service when the phone boots.</p>
     </body>
-</html>
\ No newline at end of file
+</html>