mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 08:14:45 +00:00
parent
8e9aef4ea0
commit
29fbf06c4b
2 changed files with 2 additions and 0 deletions
1
FAQ.md
1
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.
|
||||
|
||||
<a name="FAQ2"></a>
|
||||
**(2) Why is there a permanent notification shown?**
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
|
||||
<application
|
||||
android:name=".ApplicationEx"
|
||||
|
|
Loading…
Reference in a new issue