I got an Android application with a service. If the app is minimized but is still in the background, I have no problem returning it to the foreground with a startActivity
call. However, this call does not work if the app was swiped off from the recent apps list.
How can I reopen the app from a service if it was swiped off?