i have an application which also has an alarm component. i use startservice to call up the alarm, and i want the main activity to load and show some images in the app.
all is well if the application is sleeping or paused, but if the application is killed (the user might kill it), when the alarm fires, only a blank screen comes up in the phone.
i don't know how to run the killed app and bring to foreground. can someone point me in the right direction?
thanks in advance
all is well if the application is sleeping or paused, but if the application is killed (the user might kill it), when the alarm fires, only a blank screen comes up in the phone.
i don't know how to run the killed app and bring to foreground. can someone point me in the right direction?
thanks in advance