mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Add classification for Squeaky Mail as mail app. Fixes #589
This commit is contained in:
@@ -33,6 +33,7 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
|
||||
private AppNotificationType() {
|
||||
// Generic Email
|
||||
put("com.fsck.k9", NotificationType.GENERIC_EMAIL);
|
||||
put("com.imaeses.squeaky", NotificationType.GENERIC_EMAIL);
|
||||
put("com.android.email", NotificationType.GENERIC_EMAIL);
|
||||
|
||||
// Generic SMS
|
||||
|
Reference in New Issue
Block a user