My App seems to restart everytime the App is Run after the Home button is pressed. The App has a Timer
which needs to continue once the Home button is pressed. I override the Back button to minimize the app if the Timer
is on, is there a way to do this with the Home button?
My onResume()
is this at the moment:
@Override
public void onResume() {
super.onResume();
}