mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 14:11:00 +00:00
Added Vivo badge permission
This commit is contained in:
parent
437f08295f
commit
d15322120f
2 changed files with 4 additions and 0 deletions
1
FAQ.md
1
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*
|
* *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…
Reference in a new issue