diff --git a/FAQ.md b/FAQ.md index 9e672f616e..5828ff24cc 100644 --- a/FAQ.md +++ b/FAQ.md @@ -348,6 +348,7 @@ The following permissions are needed to show the count of unread messages as a b * *com.oppo.launcher.permission.WRITE_SETTINGS* * *me.everything.badger.permission.BADGE_COUNT_READ* * *me.everything.badger.permission.BADGE_COUNT_WRITE* +* *com.vivo.notification.permission.BADGE_ICON* FairEmail will keep a list of addresses you receive messages from and send messages to and will use this list for contact suggestions when no contacts permissions is granted to FairEmail. diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2c35544959..82b1f6ef2f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -25,6 +25,9 @@ android:name="android.permission.READ_PROFILE" android:maxSdkVersion="22" /> + + +