diff --git a/FAQ.md b/FAQ.md index 84fe7d69..d5451bff 100644 --- a/FAQ.md +++ b/FAQ.md @@ -11,6 +11,7 @@ Frequently Asked Questions * View network connections (ACCESS_NETWORK_STATE): to monitor internet connectivity changes * Run at startup (RECEIVE_BOOT_COMPLETED): to start monitoring on device start * Optional: read your contacts (READ_CONTACTS): to autocomplete addresses +* ... (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later, see also the next question. **(2) Why is there a permanent notification shown?** diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b97187c8..fdac5dbf 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -6,6 +6,7 @@ +