os.exit() and native.requestExit() won't close app on Android

Hi,

because of some issues as described in here: http://developer.coronalabs.com/forum/2011/12/13/android-close-app-interruption I have to manually load assets of the game. After the assets are loaded I’m displaying an ad. Everything is cool unless user will suspend the app when it’s resuming and loading the assets. In such case I don’t want to handle all of the scenarios, I just want to close the app.
I’ve tried using native.requestExit() as well as os.exit(). None of them quits the app. They just put it to the background.

Ehh… is there anything I can do to close the app? [import]uid: 109453 topic_id: 28266 reply_id: 328266[/import]

Is this on iOS or Android? I am not certain for Android but at least on iOS I know it closes the app but does not quit out of it fully - only the user can do this. [import]uid: 52491 topic_id: 28266 reply_id: 114208[/import]