Issues with Hilt on invoking a BroadcastReceiver
问题 I'm facing a similar issue like this. I assume that Hilt is not able to invoke my BroadcastReceiver and I really don't have a clue how to make it work. I tried with the solution provided. The code runs smoothly, but still the BroadcastReceiver won't get invoked. This is what I did so far: AndroidManifest.xml <receiver android:name=".receiver.BatteryLevelReceiver"> <intent-filter> <action android:name="android.intent.action.BATTERY_LOW" /> <action android:name="android.intent.action.BATTERY