1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-13 00:44:08 +02:00

added FairEmail as a generic Email notification

This commit is contained in:
Marvin D 2019-05-22 14:19:14 +02:00 committed by GitHub
parent da456e63e9
commit 530d0ddd7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);