JulianAssmann / flutter_background

A flutter plugin to keep apps running in the background via foreground services. Android only.
https://pub.dev/packages/flutter_background
MIT License
85 stars 45 forks source link

Add FLAG_IMMUTABLE for pending intents preventing a crash when targeting Android 12 #46

Closed JulianAssmann closed 2 years ago

JulianAssmann commented 2 years ago

Adds FLAG_IMMUTABLE for pending intents preventing a crash when targeting Android 12. See https://developer.android.com/guide/components/intents-filters#DeclareMutabilityPendingIntent for more.

Fixes #44