Код: Выделить всё
We found some common issues that are preventing your app from being sent for review. You must address these issues before you can send your changes for review.
Код: Выделить всё
Apps targeting Android 12 or later must specify the mutability of PendingIntents with either FLAG_IMMUTABLE or FLAG_MUTABLE. Having unspecified mutability may cause your app to crash.
Your app creates a PendingIntent without specifying whether it is mutable in the following place:
Код: Выделить всё
Update your app so it specifies the mutability of PendingIntents.
Проанализировав дерево зависимостей, я обнаружил, что библиотека androidx.media:media (которая содержит класс MediaButtonReceiver) присутствует в com. facebook.android:facebook-login, которую я использую для входа в Facebook в своем приложении.
Но я сомневаюсь, что проблема действительно заключается в SDK facebook-login, поскольку Я использую только его последнюю версию. Кроме того, никакая другая зависимость в моем приложении не включает библиотеку androidx.media:media
Подробнее здесь: https://stackoverflow.com/questions/791 ... ingintents