chenxiaolong / BCR

A Basic Call Recorder for rooted Android devices
GNU General Public License v3.0
1.67k stars 109 forks source link

NotificationActionService: PendingIntent needs to be unique across app restarts #384

Closed chenxiaolong closed 1 year ago

chenxiaolong commented 1 year ago

Otherwise, an Intent from a previous PendingIntent with the same notification ID might be used, causing the wrong file to be deleted.

chenxiaolong commented 1 year ago

This issue was introduced in #380 and is not present in any released version.