6.1.1
Environment
Describe the bug
I have activated background recording according to this guide:
https://github.com/llfbandit/record/blob/master/doc/bg_recording.md
But when I start a recording on an Android device it immediately crashes and gives the error message:
android.app.RemoteServiceException$CannotPostForegroundServiceNotificationException: Bad notification for startForeground.
Currently I need to use flutter_foreground_task to record in background on Android devices.
To Reproduce
Start a recording on Android with an AndroidService in the AndroidRecordConfig.
Expected behavior
App not crashing