audio_manager icon indicating copy to clipboard operation
audio_manager copied to clipboard

The error of "Unable to create service cc.dync.audio_manager.MediaPlayerService"

Open Ali8484 opened this issue 2 years ago • 0 comments

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

Ali8484 avatar May 24 '22 18:05 Ali8484