- Home /
Question by
Quaid Tseng · Mar 14, 2014 at 01:21 AM ·
callbackquitkindle fireandoidforce stop
How to get a callback when user "force stop" / "uninstall" the app on Kindle?
When user backout the game to carousel we can get "OnApplicationPause(bool)". And when user resume the game we have "OnApplicationFocus(bool)".
But how can we detect if user "force stop" or "uninstall" the game? We want to do some log dump before the game is "force stopped" by user on Kindle.
We are not sure if OnApplicationQuit() is actually called, we didn't see it on Logcat. Can someone confirm it?
Comment