mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-03-13 01:30:09 +01:00
Log ignored non-voip calls
Log removed by mistake in bfb4a236f
This commit is contained in:
parent
bfb4a236f6
commit
4446b0a648
@ -628,6 +628,7 @@ public class NotificationListener extends NotificationListenerService {
|
||||
String app = sbn.getPackageName();
|
||||
LOG.debug("got call from: {}", app);
|
||||
if (PHONE_CALL_APPS.contains(app)) {
|
||||
LOG.debug("Ignoring non-voip call");
|
||||
return;
|
||||
}
|
||||
Notification noti = sbn.getNotification();
|
||||
|
Loading…
x
Reference in New Issue
Block a user