Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified
Таргетинг на S + (версия 31 и выше) требует указания одного из FLAG_IMMUTABLE или FLAG_MUTABLE
Приложение вылетает во время выполнения со следующей ошибкой :
java.lang.Исключение IllegalArgumentException: maa.abc: Таргетинг на S + (версия 31 и выше) требует указания одного из FLAG_IMMUTABLE или FLAG_MUTABLE при создании PendingIntent. Настоятельно рекомендуется использовать FLAG_IMMUTABLE, используйте FLAG_MUTABLE только в том случае, если какая-то функциональность зависит от изменяемого PendingIntent , например, если его нужно использовать со встроенными ответами или пузырьками. в android.app.PendingIntent.checkFlags(PendingIntent.java:375) в android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:645) в android.app.PendingIntent.getBroadcast(PendingIntent.java:632) в com.google.android.exoplayer2.ui.PlayerNotificationManager.createBroadcastIntent(PlayerNotificationManager.java:1373) на <url>.google.android.exoplayer2.ui.PlayerNotificationManager. com.google.android.exoplayer2.ui.PlayerNotificationManager.createPlaybackActions(PlayerNotificationManager.java:1329) на com.google.android.exoplayer2.ui.PlayerNotificationManager.(PlayerNotificationManager.java:643) на com.google.android.exoplayer2.ui.PlayerNotificationManager.(PlayerNotificationManager.java: 529) на com.google.android.exoplayer2.ui.PlayerNotificationManager.createWithNotificationChannel(PlayerNotificationManager.java:456) на com.google.android.exoplayer2.ui.PlayerNotificationManager.createWithNotificationChannel(PlayerNotificationManager.java:417)
Я перепробовал все доступные решения, но приложение по-прежнему дает сбой на Android 12.