From 986d34abe8ba863f9e4a199cd29073ff8257a389 Mon Sep 17 00:00:00 2001 From: Marcel Bokhorst Date: Thu, 20 Jun 2019 21:24:48 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 9d584214d4..507d7bd425 100644 --- a/FAQ.md +++ b/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)