mirror of https://github.com/M66B/FairEmail.git
Merge branch 'master' of github.com:M66B/open-source-email
This commit is contained in:
commit
56a98260f7
2
FAQ.md
2
FAQ.md
|
@ -195,9 +195,9 @@ The following Android permissions are needed:
|
|||
* *have full network access* (INTERNET): to send and receive email
|
||||
* *view network connections* (ACCESS_NETWORK_STATE): to monitor internet connectivity changes
|
||||
* *run at startup* (RECEIVE_BOOT_COMPLETED): to start monitoring on device start
|
||||
* *in-app billing* (BILLING): to allow in-app purchases
|
||||
* *foreground service* (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later, see also the next question
|
||||
* *prevent device from sleeping* (WAKE_LOCK): to keep the device awake while synchronizing messages
|
||||
* *in-app billing* (BILLING): to allow in-app purchases
|
||||
* Optional: *read your contacts* (READ_CONTACTS): to autocomplete addresses and to show photos
|
||||
* Optional: *read the contents of your SD card* (READ_EXTERNAL_STORAGE): to accept files from other, outdated apps, see also [this FAQ](#user-content-faq49)
|
||||
|
||||
|
|
Loading…
Reference in New Issue