Merge pull request #422 from roidelapluie/fcb

Mark 3rd party facebook apps notifications as Facebook
here
Andreas Shimokawa 2016-10-28 10:45:40 +02:00 committed by GitHub
commit 300d0466af
1 changed files with 3 additions and 0 deletions

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;