1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-24 16:47:32 +01:00

Apps: added p≡p as generic email app

This app is a fork of K9 Mail with a slightly different design and a
built-in security integration feature.

More details: https://f-droid.org/en/packages/security.pEp/
This commit is contained in:
Matthieu Baerts 2018-11-24 09:42:21 +01:00 committed by Andreas Shimokawa
parent 740cf103f6
commit cbe3aa49f1

View File

@ -39,6 +39,7 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
put("com.imaeses.squeaky", NotificationType.GENERIC_EMAIL);
put("com.android.email", NotificationType.GENERIC_EMAIL);
put("ch.protonmail.android", NotificationType.GENERIC_EMAIL);
put("security.pEp", NotificationType.GENERIC_EMAIL);
// Generic SMS
put("com.moez.QKSMS", NotificationType.GENERIC_SMS);