mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 10:05:49 +01:00
Add classification for Squeaky Mail as mail app. Fixes #589
This commit is contained in:
parent
05a28cc580
commit
a1af4a4599
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user