Hi, I’m currently developing my first android game and when you use the home button to pause/exit the app and resume the app via its icon it loads up in the level where you left off. this doesn’t make sense for the type of game I’m creating so what I’m asking is how do you reload the level on resuming the app?
I’ve been experimenting with the onApplicationFocus function but I’m very new to this so I don’t really know what i’m doing.