mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-05 17:57:03 +01:00
parent
715fb67859
commit
c800a18a46
@ -352,10 +352,11 @@ public class NotificationListener extends NotificationListenerService {
|
||||
|
||||
dissectNotificationTo(notification, notificationSpec, preferBigText);
|
||||
|
||||
if (notificationSpec.body != null) {
|
||||
if (!checkNotificationContentForWhiteAndBlackList(sbn.getPackageName().toLowerCase(), notificationSpec.body)) {
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// ignore Gadgetbridge's very own notifications, except for those from the debug screen
|
||||
if (getApplicationContext().getPackageName().equals(source)) {
|
||||
|
Loading…
Reference in New Issue
Block a user