How detect AIR for Android closing app event (remove app from dock "Recent Apps")?
In AndroidActivityWrapper.StateChangeCallback exist method onActivityStateChanged. But he have only DESTROYED state, which it seems received where app finish exiting. Activity.onDestroy called if app start exiting.