79355174

Date: 2025-01-14 13:40:21
Score: 1
Natty:
Report link
registerReceiver(
            downloadReceiver, IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE),
            RECEIVER_EXPORTED
        )

if you choose RECEIVER_NOT_EXPORTED or not choosen any value, you can not receive broadcast other app or OS. Adding RECEIVER_EXPORTED fixed my problem.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ozdmromer7