Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

BroadcastReceiver in notification manager doesn't work on android 14+

Open Spyman opened this issue 7 months ago • 1 comments
trafficstars

Intent with custom action without package doesn't work on android 14+. In com.tonyodev.fetch2.DefaultFetchNotificationManager#getActionPendingIntent com.tonyodev.fetch2.DefaultFetchNotificationManager#getGroupActionPendingIntent you need to add intent.setPackage(context.packageName)

Spyman avatar Apr 08 '25 20:04 Spyman

And setGroup in getNotificationBuilder method run twice.

Spyman avatar Apr 09 '25 21:04 Spyman