Fetch
Fetch copied to clipboard
BroadcastReceiver in notification manager doesn't work on android 14+
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)
And setGroup in getNotificationBuilder method run twice.