mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 12:56:49 +01:00
added FairEmail as a generic Email notification
This commit is contained in:
parent
da456e63e9
commit
530d0ddd7f
@ -40,6 +40,7 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
|
|||||||
put("com.android.email", NotificationType.GENERIC_EMAIL);
|
put("com.android.email", NotificationType.GENERIC_EMAIL);
|
||||||
put("ch.protonmail.android", NotificationType.GENERIC_EMAIL);
|
put("ch.protonmail.android", NotificationType.GENERIC_EMAIL);
|
||||||
put("security.pEp", NotificationType.GENERIC_EMAIL);
|
put("security.pEp", NotificationType.GENERIC_EMAIL);
|
||||||
|
put("eu.faircode.email", NotificationType.GENERIC_EMAIL);
|
||||||
|
|
||||||
// Generic SMS
|
// Generic SMS
|
||||||
put("com.moez.QKSMS", NotificationType.GENERIC_SMS);
|
put("com.moez.QKSMS", NotificationType.GENERIC_SMS);
|
||||||
|
Loading…
Reference in New Issue
Block a user