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
89 stars 52 forks source link

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

Closed JulianAssmann closed 3 years ago

JulianAssmann commented 3 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