Merge pull request #422 from roidelapluie/fcb
Mark 3rd party facebook apps notifications as Facebook
This commit is contained in:
commit
300d0466af
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue