flutter_background_service icon indicating copy to clipboard operation
flutter_background_service copied to clipboard

android.app.MissingForegroundServiceTypeException: Starting FGS

Open itssaklenkhan opened this issue 10 months ago • 1 comments

E/AndroidRuntime(31746): java.lang.RuntimeException: Unable to create service id.flutter.flutter_background_service.BackgroundService: android.app.MissingForegroundServiceTypeException: Starting FGS without a type callerApp=ProcessRecord{70f0a3 31746:com.project/u0a387} targetSDK=34

I am getting this exception for devices with SDK 34, but it's working fine for devices below SDK 34.

itssaklenkhan avatar Apr 18 '24 12:04 itssaklenkhan