Ignore QKSMS generic noticfication to prevent duplicate SMS notifications

Closes #108
live-activity-data
Andreas Shimokawa 2015-09-02 22:54:20 +02:00
parent ab29736a50
commit e4a72a83ee
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ public class NotificationListener extends NotificationListenerService {
source.equals("com.android.systemui") ||
source.equals("com.android.dialer") ||
source.equals("com.android.mms") ||
source.equals("com.moez.QKSMS") ||
source.equals("com.cyanogenmod.eleven") ||
source.equals("com.fsck.k9")) {
return;