When running my Android app, which utilizes the GPS at a set interval (default of 10seconds) and uploads it to a website, and I get a phone call, the app goes to the background. Since we cannot do data and voice at the same time, the OS shuts the data portion of the app down. Once the phone call ends, the data does not restart.
What can I do the have the app start sending data again once the phone call is over?
Also, is it possible to send the app to the background via code?
What can I do the have the app start sending data again once the phone call is over?
Also, is it possible to send the app to the background via code?

