Hi, I read online :
By default, the Corona SDK does not allow applications to be put into the background. Rather, the standard behaviour is to quit the application entirely. When a user resumes a suspended corona app, the app will completely restart unless we change the default settings.
On ios you can resolve this by putting this in your build.settings file:
UIApplicationExitsOnSuspend = false
How is this same thing done for Android? I don’t want my Android app to restart when resuming
Thanks for your help