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:
parent
740cf103f6
commit
cbe3aa49f1
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user