Make sure that you have registered your receiver in Manifest .
Implicit Broadcast Exceptions refer to this link to check if your implicit receiver
is in exception list or not.
if not in exception the you can make job scheduler or register your receiver in your code itself .Here is a nice snippet you could refer on It’s time to kiss goodbye to your implicit BroadcastReceivers