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 to add myIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
myIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK)