Start Activity from a Broadcast Receiver
问题 I've got the following scenario for Android: I have an app that when launched starts a service . That service checks a url every 30 minutes. If it gets a specific response, it sends a Broadcast which the app receives and processes. That scenario is working great for me. I'd also like my service to continue running after the user has stopped running the application (app out of foreground.) Which I've got working as well. The problem that I'm facing is that when the Activity receives the