1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-17 10:54:03 +02:00

Merge pull request #422 from roidelapluie/fcb

Mark 3rd party facebook apps notifications as Facebook
This commit is contained in:
Andreas Shimokawa 2016-10-28 10:45:40 +02:00 committed by GitHub
commit 300d0466af

View File

@ -278,6 +278,9 @@ public class NotificationListener extends NotificationListenerService {
case "org.telegram.messenger":
notificationSpec.type = NotificationType.TELEGRAM;
break;
case "me.zeeroooo.materialfb":
case "it.rignanese.leo.slimfacebook":
case "me.jakelane.wrapperforfacebook":
case "com.facebook.katana":
case "org.indywidualni.fblite":
notificationSpec.type = NotificationType.FACEBOOK;