]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/assets/es/permissions.html
Add POST_NOTIFICATION permission information. https://redmine.stoutner.com/issues/940
[PrivacyCell.git] / app / src / main / assets / es / permissions.html
index 2d1378c31ac62e12a836493d5d13b9022f81a237..61592c6b456cb298b8068e2795ab6c3411dba53d 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>Requerido para determinar qué protocolos se están usando por la red del teléfono celular.</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>