audio_manager
audio_manager copied to clipboard
The error of "Unable to create service cc.dync.audio_manager.MediaPlayerService"
Hi... I'd got the error below which lead to crash the application
E/AndroidRuntime( 2016): java.lang.RuntimeException: Unable to create service cc.dync.audio_manager.MediaPlayerService: java.lang.IllegalArgumentException: com.ali.kamil_kashash: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
I tried to add implementation 'androidx.work:work-runtime-ktx:2.7.1'
but the error still and the application crash