I am trying to use a service to help me do counting down timer, when time is up, my main activity will show an alert dialog and when the user clicks on OK on the alert dialog, the activity will do some updates.
However, when the app is running in background, although my service is till running, it cannot pop up the alert dialog. Then, I cannot get the right updates. Is it possible to pop up the alert dialog when the app is running in background?