79330507

Date: 2025-01-05 09:51:07
Score: 0.5
Natty:
Report link

You may need to specify a package name in your broadcast intent like:

sendBroadcast(
  Intent("com.github.example.TEST").apply {
    setPackage(packageName) // or "com.github.example"
  }
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jokuskay