I've done a bit of searching on these forums, but still haven't managed to find the equivalent of iOS app suspension trigger on Android. Other people have asked similar questions but without response. Can't help feeling it needs to be a sticky post, even if it's not possible (along with an example of implementing the back button to pause, which is pretty typical)

I'd like to save a couple of files for game progress (in case the user kills the app) and bring up a pause menu (so user doesn't die as soon as he restarts)
I've turned off the "end application when not in foreground" in Android Properties, which at least doesn't quit the app now!

Any ideas?

I have Fusion 2.5 Developer and tried using Android Object, Android+ Object and even the AdMob object (On Leave Application) - but none execute my pause menu before putting the app in background. Best I've managed is to pause when the app resumes, but that's still messing up my text-blitting, so some letters overlap.

Thanks in advance!