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

Remove invalid foreground service notification importance levels #39

Closed JulianAssmann closed 2 years ago

JulianAssmann commented 2 years ago

Fixes #37 Only PRIORITY_DEFAULT, PRIORITY_HIGH and PRIORITY_MAX seem to be valid priority levels when creating the notification channel for a foreground service notification in Android, even though the documentation claims otherwise. Therefore this PR removes the other options from the package.