Incorrectly registered broadcast receiver
Apps targeting Android 13 or later must specify the export behavior when calling registerReceiver(). Having unspecified export behavior may cause your app to crash.
Your app targets Android 13 or later and registers non-system broadcast receivers without specifying their export behavior in the following place:
com.eko.RNBackgroundDownloaderModule.registerDownloadReceiver
Update your app so it specifies the export behavior for registered broadcast receivers.
Incorrectly registered broadcast receiver Apps targeting Android 13 or later must specify the export behavior when calling registerReceiver(). Having unspecified export behavior may cause your app to crash.
Your app targets Android 13 or later and registers non-system broadcast receivers without specifying their export behavior in the following place:
com.eko.RNBackgroundDownloaderModule.registerDownloadReceiver Update your app so it specifies the export behavior for registered broadcast receivers.