]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/assets/fr/permissions.html
Add a realtime monitoring service. https://redmine.stoutner.com/issues/750
[PrivacyCell.git] / app / src / main / assets / fr / permissions.html
index 6a26f55f069fc1d69193ebdff8e14267cf3164d4..bc6dd1b5606534cfd52a897357c1fe90fdbb29b1 100644 (file)
         <h3>Lecture du statut et de l'identité du téléphone</h3>
         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#READ_PHONE_STATE">android.permission. READ_PHONE_STATE</a></p>
         <p>Nécessaire pour déterminer quels protocoles sont utilisés par le réseau de téléphonie mobile.</p>
         <h3>Lecture du statut et de l'identité du téléphone</h3>
         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#READ_PHONE_STATE">android.permission. READ_PHONE_STATE</a></p>
         <p>Nécessaire pour déterminer quels protocoles sont utilisés par le réseau de téléphonie mobile.</p>
+
+        <h3>Run foreground service</h3>
+        <p><a href="https://developer.android.com/reference/android/Manifest.permission#FOREGROUND_SERVICE">android.permission. FOREGROUND_SERVICE</a></p>
+        <p>Allows Privacy Cell to display a realtime monitoring notification icon in the status bar.</p>
+
+        <h3>Run at startup</h3>
+        <p><a href="https://developer.android.com/reference/android/Manifest.permission#RECEIVE_BOOT_COMPLETED">android.permission. 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
     </body>
 </html>
\ No newline at end of file