[img]https://i.sstatic.net /26923fdM.png[/img]
когда все RegisterReceiver уже изменены, чтобы избежать нарушения. Поскольку мои версии настроены на,
Код: Выделить всё
Target: 34
Compiled: 34
Minimum: 24
Код: Выделить всё
ContextCompat.registerReceiver(
requireContext(),
broadcastReceiver,
IntentFilter(INTENT_FILTER),
ContextCompat.RECEIVER_NOT_EXPORTED
)
Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/786 ... ew-issue-k