Added Vivo badge permission

This commit is contained in:
M66B 2021-07-14 13:27:55 +02:00
parent 437f08295f
commit d15322120f
2 changed files with 4 additions and 0 deletions

1
FAQ.md
View File

@ -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.

View File

@ -25,6 +25,9 @@
android:name="android.permission.READ_PROFILE"
android:maxSdkVersion="22" />
<!-- https://github.com/leolin310148/ShortcutBadger/pull/368 -->
<uses-permission android:name="com.vivo.notification.permission.BADGE_ICON" />
<!-- https://developer.android.com/guide/topics/manifest/uses-feature-element#features-reference -->
<uses-feature
android:name="android.software.app_widgets"