UIApplicationExitsOnSuspend - Android Equivalent

Wondering whether there is an Android equivalent to the “UIApplicationExitsOnSuspend” variable that affects iOS. Having that value in the iPhone plist in build.settings has zero impact on Android builds, right? [import]uid: 32462 topic_id: 17332 reply_id: 317332[/import]

Just add a runtime listener and in the suspend event do a os.exit [import]uid: 8872 topic_id: 17332 reply_id: 65669[/import]

Thanks kam! I actually WANT the app to suspend as opposed to exit and it wasn’t happening when I thought it should - so I did some more research/testing and found out what was making me scratch my head-

http://developer.anscamobile.com/forum/2011/11/05/nookfire-landscape-mode-vs-portrait-have-different-suspend-behavior [import]uid: 32462 topic_id: 17332 reply_id: 65670[/import]