|
|
|
|
@ -454,7 +454,7 @@ class ReplayExportService : Service() { |
|
|
|
|
intent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION) |
|
|
|
|
val chooser = Intent.createChooser(intent, getString(R.string.open_file_with)) |
|
|
|
|
|
|
|
|
|
val pendingIntent = PendingIntent.getActivity(this, 0, chooser, PendingIntent.FLAG_CANCEL_CURRENT) |
|
|
|
|
val pendingIntent = PendingIntent.getActivity(this, 0, chooser, PendingIntent.FLAG_CANCEL_CURRENT or PendingIntent.FLAG_IMMUTABLE) |
|
|
|
|
|
|
|
|
|
TriggerNotification(this, title, body, pendingIntent) |
|
|
|
|
|
|
|
|
|
|