mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 21:06:50 +01:00
Recognize some more alternative apps
* protonmail email * challegram and plus messenger Telegram clients
This commit is contained in:
parent
32522c4f55
commit
d4a8b6cd80
@ -37,6 +37,7 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
|
|||||||
put("com.fsck.k9.material", NotificationType.GENERIC_EMAIL);
|
put("com.fsck.k9.material", NotificationType.GENERIC_EMAIL);
|
||||||
put("com.imaeses.squeaky", NotificationType.GENERIC_EMAIL);
|
put("com.imaeses.squeaky", NotificationType.GENERIC_EMAIL);
|
||||||
put("com.android.email", NotificationType.GENERIC_EMAIL);
|
put("com.android.email", NotificationType.GENERIC_EMAIL);
|
||||||
|
put("ch.protonmail.android", NotificationType.GENERIC_EMAIL);
|
||||||
|
|
||||||
// Generic SMS
|
// Generic SMS
|
||||||
put("com.moez.QKSMS", NotificationType.GENERIC_SMS);
|
put("com.moez.QKSMS", NotificationType.GENERIC_SMS);
|
||||||
@ -69,6 +70,8 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
|
|||||||
// Telegram
|
// Telegram
|
||||||
put("org.telegram.messenger", NotificationType.TELEGRAM);
|
put("org.telegram.messenger", NotificationType.TELEGRAM);
|
||||||
put("org.telegram.messenger.beta", NotificationType.TELEGRAM);
|
put("org.telegram.messenger.beta", NotificationType.TELEGRAM);
|
||||||
|
put("org.telegram.plus", NotificationType.TELEGRAM); // "Plus Messenger"
|
||||||
|
put("org.thunderdog.challegram", NotificationType.TELEGRAM);
|
||||||
|
|
||||||
// Threema
|
// Threema
|
||||||
put("ch.threema.app", NotificationType.THREEMA);
|
put("ch.threema.app", NotificationType.THREEMA);
|
||||||
|
Loading…
Reference in New Issue
Block a user