I have a Service class and an main Acitivity class which is supposed to receive broadcasts from the Service class with method sendBroadcast.
Service
Acitivity
Try changing your sendBroadcast call to: context.sendBroadcast(intent);
sendBroadcast
context.sendBroadcast(intent);