Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ca01853 authored by maxwelb's avatar maxwelb Committed by Eric Erfanian
Browse files

Don't use phone number in spam call notifications

Bug: 67775111
Test: Tap for regressions, manually verified bugreport didn't include PII
PiperOrigin-RevId: 179628074
Change-Id: If9ee7fcfe709e749da33d0bddf2f7847e68cc422
parent a06002dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -455,6 +455,6 @@ public class SpamCallListListener implements CallList.Listener {
  }

  static String getNotificationTagForCall(@NonNull DialerCall call) {
    return NOTIFICATION_TAG_PREFIX + call.getNumber();
    return NOTIFICATION_TAG_PREFIX + call.getUniqueCallId();
  }
}