0
I’m finishing an app where the person runs it but usually it is minimized, running in the background.
The person executes it, but a lot of the time the person can be playing with other things on the phone.
I would like this app, responding to a particular event (a response from a webservice, for example), to reappear for the user, even if this user is working on other apps.
We can say that this application at certain times has top priority and needs to be displayed to the user, interrupting any action he is doing.
Have you looked at Jobscheduler?
– Marceloawq