mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 21:24:34 +00:00
Updated FAQ
This commit is contained in:
parent
8acebc728f
commit
487c50b07c
2 changed files with 2 additions and 2 deletions
2
FAQ.md
2
FAQ.md
|
@ -443,7 +443,7 @@ The following Android permissions are **required**:
|
||||||
* *have full network access* (INTERNET): to send and receive via the internet
|
* *have full network access* (INTERNET): to send and receive via the internet
|
||||||
* *view network connections* (ACCESS_NETWORK_STATE): to monitor connectivity changes (mobile data, WiFi)
|
* *view network connections* (ACCESS_NETWORK_STATE): to monitor connectivity changes (mobile data, WiFi)
|
||||||
* *run at startup* (RECEIVE_BOOT_COMPLETED): to start sending and receiving on device start
|
* *run at startup* (RECEIVE_BOOT_COMPLETED): to start sending and receiving on device start
|
||||||
* *run foreground service* (FOREGROUND_SERVICE/DATA_SYNC): to run a foreground service on Android 9 Pie and later, see also the next question
|
* *run foreground service* (FOREGROUND_SERVICE/DATA_SYNC/SPECIAL_USE): to run a foreground service on Android 9 Pie and later, see also the next question
|
||||||
* *schedule exact alarm* (SCHEDULE_EXACT_ALARM): to use exact alarm scheduling (Android 12 and later), for example to snooze messages
|
* *schedule exact alarm* (SCHEDULE_EXACT_ALARM): to use exact alarm scheduling (Android 12 and later), for example to snooze messages
|
||||||
* *prevent device from sleeping* (WAKE_LOCK): to keep the device awake while performing actions, like synchronization of messages
|
* *prevent device from sleeping* (WAKE_LOCK): to keep the device awake while performing actions, like synchronization of messages
|
||||||
* *use fingerprint hardware* (USE_FINGERPRINT) and *use biometric hardware* (USE_BIOMETRIC): to use biometric authentication (fingerprint, face unlock, etc)
|
* *use fingerprint hardware* (USE_FINGERPRINT) and *use biometric hardware* (USE_BIOMETRIC): to use biometric authentication (fingerprint, face unlock, etc)
|
||||||
|
|
|
@ -429,7 +429,7 @@
|
||||||
<li><em>have full network access</em> (INTERNET): to send and receive via the internet</li>
|
<li><em>have full network access</em> (INTERNET): to send and receive via the internet</li>
|
||||||
<li><em>view network connections</em> (ACCESS_NETWORK_STATE): to monitor connectivity changes (mobile data, WiFi)</li>
|
<li><em>view network connections</em> (ACCESS_NETWORK_STATE): to monitor connectivity changes (mobile data, WiFi)</li>
|
||||||
<li><em>run at startup</em> (RECEIVE_BOOT_COMPLETED): to start sending and receiving on device start</li>
|
<li><em>run at startup</em> (RECEIVE_BOOT_COMPLETED): to start sending and receiving on device start</li>
|
||||||
<li><em>run foreground service</em> (FOREGROUND_SERVICE/DATA_SYNC): to run a foreground service on Android 9 Pie and later, see also the next question</li>
|
<li><em>run foreground service</em> (FOREGROUND_SERVICE/DATA_SYNC/SPECIAL_USE): to run a foreground service on Android 9 Pie and later, see also the next question</li>
|
||||||
<li><em>schedule exact alarm</em> (SCHEDULE_EXACT_ALARM): to use exact alarm scheduling (Android 12 and later), for example to snooze messages</li>
|
<li><em>schedule exact alarm</em> (SCHEDULE_EXACT_ALARM): to use exact alarm scheduling (Android 12 and later), for example to snooze messages</li>
|
||||||
<li><em>prevent device from sleeping</em> (WAKE_LOCK): to keep the device awake while performing actions, like synchronization of messages</li>
|
<li><em>prevent device from sleeping</em> (WAKE_LOCK): to keep the device awake while performing actions, like synchronization of messages</li>
|
||||||
<li><em>use fingerprint hardware</em> (USE_FINGERPRINT) and <em>use biometric hardware</em> (USE_BIOMETRIC): to use biometric authentication (fingerprint, face unlock, etc)</li>
|
<li><em>use fingerprint hardware</em> (USE_FINGERPRINT) and <em>use biometric hardware</em> (USE_BIOMETRIC): to use biometric authentication (fingerprint, face unlock, etc)</li>
|
||||||
|
|
Loading…
Reference in a new issue