Added Vivo badge permission

pull/200/head
M66B 4 years ago
parent 437f08295f
commit d15322120f

@ -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* * *com.oppo.launcher.permission.WRITE_SETTINGS*
* *me.everything.badger.permission.BADGE_COUNT_READ* * *me.everything.badger.permission.BADGE_COUNT_READ*
* *me.everything.badger.permission.BADGE_COUNT_WRITE* * *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 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. and will use this list for contact suggestions when no contacts permissions is granted to FairEmail.

@ -25,6 +25,9 @@
android:name="android.permission.READ_PROFILE" android:name="android.permission.READ_PROFILE"
android:maxSdkVersion="22" /> 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 --> <!-- https://developer.android.com/guide/topics/manifest/uses-feature-element#features-reference -->
<uses-feature <uses-feature
android:name="android.software.app_widgets" android:name="android.software.app_widgets"

Loading…
Cancel
Save