I'm having a requirement where i will registering few alarm manager to perform specific task and on onReceive() i'm doing the specific task.
As of now this is working only when the task is in background that is not killed.
I'm planning to open a application using package name when the application is not in background on onReceive(). As per my research, it is only possible to open activity from onReceive() but not the application using package name.
If possible could you please shed some light on how to proceed further?
Thank you