After updating app in android 12 and try to run app in android 12 device and simulator facing issue for crashing.
Here is issue. androidx.media.session.MediaButtonReceiver: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present'
Resolve With use of android:exported="true" fixed issue for run app but service not start once player on in app. so again crash app.