I try to get a broadcast receiver working. Should be as simple as possible, I have my manifest like this:
&l
it is insufficient to make just new Intent();. You have to specify it with some action. Also, you have to specify in your manifest the intent filter for this particular action. Please read more here and here.
new Intent();