Log ignored non-voip calls

Log removed by mistake in bfb4a236f
This commit is contained in:
José Rebelo 2025-02-20 23:44:28 +00:00
parent bfb4a236f6
commit 4446b0a648

View File

@ -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();