1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-10 15:34:50 +02:00

Ignore QKSMS generic noticfication to prevent duplicate SMS notifications

Closes #108
This commit is contained in:
Andreas Shimokawa 2015-09-02 22:54:20 +02:00
parent ab29736a50
commit e4a72a83ee

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;