I want to call some service from my application when application receives a notification when the application is either in the background or is killed.
Earlier, I was using a WakefulBroadcastReceiver
for
handling such notifications, but it is deprecated now.
Can someone please help with it?
Thanks in advance.Cheers