Android OnExiting

Hi!

I think that when OnExiting is being called on android (in example, using the Exit function) OnDeactivated is not being called.

I know that using Exit on Android is debatable, but I wanted to know if OnDeactivated should be called before OnExiting (being this a bug) or just depends on platform (in WP8 is called and in XNA/WP7 was called, that’s for sure)

thanks!
Kak

OnDeactivated should be called when the game is exited. Actually OnExiting is not called on many platforms. Looks like a bug to me.

thanks, that’s what I thought. I’ll file an issue at github.