mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-24 10:56:50 +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("ch.protonmail.android", NotificationType.GENERIC_EMAIL);
|
||||
put("security.pEp", NotificationType.GENERIC_EMAIL);
|
||||
put("eu.faircode.email", NotificationType.GENERIC_EMAIL);
|
||||
|
||||
// Generic SMS
|
||||
put("com.moez.QKSMS", NotificationType.GENERIC_SMS);
|
||||
|
Loading…
Reference in New Issue
Block a user